mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Include types.h before file.h.
This commit is contained in:
parent
8258ca538e
commit
908d6b8719
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue