summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsi <tsi>2005-10-21 15:09:21 +0000
committertsi <tsi>2005-10-21 15:09:21 +0000
commita47b4fd29a099ed43943a57045d8323ac148dbfe (patch)
tree7b6607c6ee0006ac920095cd2b9440ac4d47f43a
parentdb4dc5555d43f6d0e1b79a0710029543d368d9d9 (diff)
Build fixxf-3_3-branch
-rw-r--r--programs/xfs/os/connection.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/programs/xfs/os/connection.c b/programs/xfs/os/connection.c
index ee5ef2b74..0c9508faf 100644
--- a/programs/xfs/os/connection.c
+++ b/programs/xfs/os/connection.c
@@ -68,16 +68,14 @@ in this Software without prior written authorization from the X Consortium.
* ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
* THIS SOFTWARE.
*/
-/* $XFree86: xc/programs/xfs/os/connection.c,v 3.11.2.2 1997/07/05 15:55:53 dawes Exp $ */
+/* $XFree86: xc/programs/xfs/os/connection.c,v 3.11.2.3 1998/11/05 14:03:13 dawes Exp $ */
+#include <stdlib.h>
#include <X11/Xtrans.h>
#include "misc.h"
#include <stdio.h>
#include <errno.h>
#include <X11/Xos.h>
-#ifdef linux
-#include <stdlib.h>
-#endif
#ifndef MINIX
#ifndef Lynx
#include <sys/param.h>