linux compile fix (missing include)

This commit is contained in:
jsteffens 2013-11-09 14:22:37 +00:00
parent 5d671b8b92
commit 0fdac4d989
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <stdarg.h>
#include "common.h"
#include <zlib.h>
#include <stdlib.h>
char *trim(char *s, int len)
{