Fix compilation errors

This commit is contained in:
Jeremy Lakeman 2012-11-22 10:55:54 +10:30
parent 36cee7e9bc
commit 00e1a59ca8
2 changed files with 2 additions and 0 deletions

1
log.h
View File

@ -21,6 +21,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
typedef unsigned int debugflags_t;

View File

@ -2,6 +2,7 @@
#include "overlay_buffer.h"
#include "overlay_packet.h"
#include "str.h"
#include "strbuf.h"
typedef struct overlay_txqueue {
struct overlay_frame *first;