瀏覽代碼

stupid gcc. stupid nickm.

svn:r5277
Nick Mathewson 20 年之前
父節點
當前提交
0349598928
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 {