diff options
author | 2015-03-20 13:06:57 +0100 | |
---|---|---|
committer | 2015-03-20 13:06:57 +0100 | |
commit | 10385fe13023e611ed2f4c96e61f1859f0ebc85a (patch) | |
tree | c501eb598cc25d77f9a0a322b07234e4b1a493c8 /src/tools/src2html.c | |
parent | e6773cf5df43f72abc9ec2c145920a30a3ac32fb (diff) |
fixed several missing assert.h includes (nw)
Diffstat (limited to 'src/tools/src2html.c')
-rw-r--r-- | src/tools/src2html.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/src2html.c b/src/tools/src2html.c index dbbc3512c9e..5ebe31ee71f 100644 --- a/src/tools/src2html.c +++ b/src/tools/src2html.c @@ -19,6 +19,7 @@ #include <stdlib.h> #include <string.h> #include <ctype.h> +#include <assert.h> #include "osdcore.h" #include "astring.h" #include "corefile.h" |