Building FLIPS...
Christian Helmuth
ch12 at os.inf.tu-dresden.de
Thu Mar 3 16:47:56 CET 2005
Hello,
Martin was right and I fixed it in CVS. Patch is also attached.
Cheers
--
Christian Helmuth
## Dept. of CS, TU Dresden, Germany ##
## http://os.inf.tu-dresden.de/~ch12 ##
-------------- next part --------------
diff -u -p -r1.15 -r1.16
--- server.c 1 Nov 2004 13:47:19 -0000 1.15
+++ server.c 3 Mar 2005 15:45:00 -0000 1.16
@@ -4,6 +4,15 @@
* \author Jens Syckor <js712688 at inf.tu-dresden.de>
*/
+#include "local.h"
+/*** L4-SPECIFIC INCLUDES ***/
+#include <l4/env/errno.h>
+#include <l4/env/env.h>
+#include <l4/util/util.h>
+#include <l4/log/l4log.h>
+#include <l4/thread/thread.h>
+#include <l4/names/libnames.h>
+
/*** GENERAL INCLUDES ***/
#include <stdio.h>
#include <errno.h>
@@ -15,16 +24,7 @@
#include <sys/stat.h>
#include <sys/ioctl.h>
-/*** L4-SPECIFIC INCLUDES ***/
-#include <l4/env/errno.h>
-#include <l4/env/env.h>
-#include <l4/util/util.h>
-#include <l4/log/l4log.h>
-#include <l4/thread/thread.h>
-#include <l4/names/libnames.h>
-
/*** LOCAL INCLUDES ***/
-#include "local.h"
#include <flips-server.h>
#define L4LX_FLIPS_DEBUG
More information about the l4-hackers
mailing list