diff options
author | chris <chris> | 2006-09-20 13:24:58 +0000 |
---|---|---|
committer | chris <chris> | 2006-09-20 13:24:58 +0000 |
commit | d703802969161fbe76ac70ae2ded61fad97f96f6 (patch) | |
tree | aea27a6235f73a73ec6d3f635c785c6b453a04ba | |
parent | e84104e920a37685262b4e720765c9e9b0e05084 (diff) |
Missing typedefs.
-rw-r--r-- | tileserver/tileset.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tileserver/tileset.h b/tileserver/tileset.h index d14a5ed30..58b22a5e2 100644 --- a/tileserver/tileset.h +++ b/tileserver/tileset.h @@ -5,13 +5,15 @@ * Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. * Email: chris@mysociety.org; WWW: http://www.mysociety.org/ * - * $Id: tileset.h,v 1.1 2006-09-20 10:25:14 chris Exp $ + * $Id: tileset.h,v 1.2 2006-09-20 13:24:58 chris Exp $ * */ #ifndef __TILESET_H_ /* include guard */ #define __TILESET_H_ +#include <sys/types.h> + #include <stdbool.h> #include <stdint.h> |