Browse Source

stupid gcc. stupid nickm.

svn:r5277
Nick Mathewson 18 years ago
parent
commit
0349598928
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/common/container.h

+ 2 - 2
src/common/container.h

@@ -7,8 +7,8 @@
 #define __CONTAINER_H
 #define CONTAINER_H_ID "$Id$"
 
-#import "compat.h"
-#import "util.h"
+#include "compat.h"
+#include "util.h"
 
 /** A resizeable list of pointers, with associated helpful functionality. */
 typedef struct smartlist_t {