]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_compat.h
xnu-344.tar.gz
[apple/xnu.git] / bsd / netinet / ip_compat.h
index b6549bfc7d59c9fe359927fa48f53077ef095da7..a39802e7f7feecda3cb554b7d6a94462b68f58c3 100644 (file)
@@ -28,6 +28,7 @@
  *
  * @(#)ip_compat.h     1.8 1/14/96
  */
+#include <sys/appleapiopts.h>
 
 #if 0
 
@@ -202,7 +203,7 @@ typedef unsigned long   u_32_t;
  * Build some macros and #defines to enable the same code to compile anywhere
  * Well, that's the idea, anyway :-)
  */
-#if KERNEL
+#ifdef KERNEL
 # if SOLARIS
 #  define      MUTEX_ENTER(x)  mutex_enter(x)
 #  define      MUTEX_EXIT(x)   mutex_exit(x)