소스 검색

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 {