Browse Source

fix compilation warning

Felix Paul Kühne 12 years ago
parent
commit
c2507947c3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      AspenProject/Reachability.h

+ 1 - 2
AspenProject/Reachability.h

@@ -45,9 +45,8 @@
 
 
 */
 */
 
 
-
-#import <Foundation/Foundation.h>
 #import <SystemConfiguration/SystemConfiguration.h>
 #import <SystemConfiguration/SystemConfiguration.h>
+#import <netinet/in.h>
 
 
 typedef enum {
 typedef enum {
 	NotReachable = 0,
 	NotReachable = 0,