blob: ffd68331c4b24827fd6a748b1fccd423bd566bee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./lib/config/xnconfig_memory.c.orig Mon Jun 11 12:08:15 2007
+++ ./lib/config/xnconfig_memory.c Mon Jun 11 12:08:29 2007
@@ -17,6 +17,7 @@
*
*/
+#include <sys/_types.h>
#include <sys/shm.h>
#include <string.h>
|