include assert.h

This commit is contained in:
c9s 2014-05-28 23:01:21 +08:00
parent c58d48f962
commit e74deece23

View file

@ -7,6 +7,7 @@
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
#include <sys/time.h>
#include <stdarg.h> /* va_list, va_start, va_arg, va_end */