diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-10-18 17:52:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-10-18 17:52:45 +0000 |
commit | 0349598928193b0865afd4868bf70e1fa17ef619 (patch) | |
tree | 22e205910c41a211349dc37a4d72a17bde5ef068 /src/common/container.h | |
parent | 3347c1741d299d9ea8143b73bf063d3e4e23a08e (diff) | |
download | tor-0349598928193b0865afd4868bf70e1fa17ef619.tar.gz tor-0349598928193b0865afd4868bf70e1fa17ef619.zip |
stupid gcc. stupid nickm.
svn:r5277
Diffstat (limited to 'src/common/container.h')
-rw-r--r-- | src/common/container.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/container.h b/src/common/container.h index 99f6aa4bb5..9239c47cd3 100644 --- a/src/common/container.h +++ b/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 { |