stupid gcc. stupid nickm.

svn:r5277
This commit is contained in:
Nick Mathewson 2005-10-18 17:52:45 +00:00
parent 3347c1741d
commit 0349598928

View File

@ -7,8 +7,8 @@
#define __CONTAINER_H #define __CONTAINER_H
#define CONTAINER_H_ID "$Id$" #define CONTAINER_H_ID "$Id$"
#import "compat.h" #include "compat.h"
#import "util.h" #include "util.h"
/** A resizeable list of pointers, with associated helpful functionality. */ /** A resizeable list of pointers, with associated helpful functionality. */
typedef struct smartlist_t { typedef struct smartlist_t {