Selaa lähdekoodia

stupid gcc. stupid nickm.

svn:r5277
Nick Mathewson 18 vuotta sitten
vanhempi
commit
0349598928
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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 {