summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 5b4dca21..3a2f0cb9 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -1,7 +1,10 @@
/* $id$ */
+
#ifndef INCLUDE_BBS_H
#define INCLUDE_BBS_H
+#include "osdep.h"
+
#include <stdio.h>
#include <string.h>
#include <assert.h>
@@ -34,7 +37,6 @@
#include <sys/sem.h>
#include <sys/msg.h>
-#include "osdep.h"
/* our header */
#include "config.h"