diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-22 22:32:04 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-10-22 22:32:04 +0800 |
commit | 7cefaff62affbd51e71ebe00de7825bf4245507d (patch) | |
tree | f21bfe200a5dda0a35de47fa456dd8d0f6f75861 | |
parent | 9ae23edd57a7f190bae1f512e2ef1108d3bb4d6b (diff) | |
download | pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar.gz pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar.bz2 pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar.lz pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar.xz pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.tar.zst pttbbs-7cefaff62affbd51e71ebe00de7825bf4245507d.zip |
* add missing header for FILE*
git-svn-id: http://opensvn.csie.org/pttbbs/trunk@4956 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/include/pttstruct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pttbbs/include/pttstruct.h b/pttbbs/include/pttstruct.h index 7014cca6..b8930eb3 100644 --- a/pttbbs/include/pttstruct.h +++ b/pttbbs/include/pttstruct.h @@ -3,6 +3,7 @@ #define INCLUDE_STRUCT_H #include <netinet/in.h> +#include <stdio.h> #include "cmsys.h" // for time4_t #include "config.h" // various sizes in SHM #include "statistic.h" // for MAX_STATS |