]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/chud/chud_xnu_private.h
xnu-1456.1.26.tar.gz
[apple/xnu.git] / osfmk / chud / chud_xnu_private.h
index 8c6a24574b22652c94728bfae3625965b2b9d3ba..0932a6497652cd93d0bbd17f2ba87863973fabcc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2003-2007 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
@@ -35,7 +35,7 @@
 
 #if defined (__ppc__)
 #include "chud/ppc/chud_xnu_private.h"
-#elif defined (__i386__)
+#elif defined (__i386__) || defined (__x86_64__)
 #include "chud/i386/chud_xnu_private.h"
 #else
 #error architecture not supported