summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-02 20:01:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-08-02 20:01:56 +0000
commitad3bf6670f7db81bcdb0b5f2635a758948e856c0 (patch)
tree8a2f2d8b54e52ce63d33c8dede0a5b3015342298
parent*** empty log message *** (diff)
downloadrtems-ad3bf6670f7db81bcdb0b5f2635a758948e856c0.tar.bz2
Changed order of include files.
-rw-r--r--c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
index 14158f4516..bd9c2e653d 100644
--- a/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
+++ b/c/src/lib/libbsp/unix/posix/shmsupp/getcfg.c
@@ -39,10 +39,10 @@
#include <shm.h>
#include <bsp.h>
+#include <sys/types.h>
#include <stdio.h>
#include <errno.h>
#include <unistd.h>
-#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
#include <sys/sem.h>