Parcourir la source

stupid gcc. stupid nickm.

svn:r5277
Nick Mathewson il y a 18 ans
Parent
commit
0349598928
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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 {