]> git.eshelyaron.com Git - emacs.git/commitdiff
Include types.h before file.h.
authorRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 05:16:51 +0000 (05:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 20 Jul 1993 05:16:51 +0000 (05:16 +0000)
lib-src/emacsserver.c

index 769d87e1e8a0b93f7afc366ab67570865b1404de..91de67741b1aa54bb6098b780426f5ea0f7ea216 100644 (file)
@@ -48,8 +48,8 @@ main ()
 #if ! defined (HAVE_SYSVIPC)
 /* BSD code is very different from SYSV IPC code */
 
-#include <sys/file.h>
 #include <sys/types.h>
+#include <sys/file.h>
 #include <sys/socket.h>
 #include <sys/signal.h>
 #include <sys/un.h>