[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] stupid gcc. stupid nickm.
Update of /home/or/cvsroot/tor/src/common
In directory moria:/tmp/cvs-serv28448/src/common
Modified Files:
container.h
Log Message:
stupid gcc. stupid nickm.
Index: container.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/common/container.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- container.h 18 Oct 2005 17:38:07 -0000 1.20
+++ container.h 18 Oct 2005 17:52:45 -0000 1.21
@@ -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 {