Include types.h before file.h.

This commit is contained in:
Richard M. Stallman 1993-07-20 05:16:51 +00:00
parent 8258ca538e
commit 908d6b8719

View 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>