@@ -25,6 +25,8 @@
#ifdef SHM_MEM
+#if 0
+
#include <stdlib.h>
#include "shm_mem.h"
@@ -266,3 +268,5 @@ unsigned long shm_available_safe()
}
#endif
+#endif
@@ -31,6 +31,10 @@
#ifndef shm_mem_h
#define shm_mem_h
+#include "shm.h"
#include <string.h>
#include <errno.h>
#include <sys/types.h>
@@ -337,6 +341,7 @@ do{\
*/
unsigned long shm_available_safe();
#endif /* shm_mem_h */