filename | src/tools/actparse.c |
changeset | 1296:30ecee61f811 |
prev | 1169:23a9613aceb1 |
author | nkeynes |
date | Sat Jan 26 14:00:48 2013 +1000 (10 years ago) |
permissions | -rw-r--r-- |
last change | Change glib includes to #include <glib.h> rather than the individual headers, as recent glib versions are breaking on this |
file | annotate | diff | log | raw |
1.1 --- a/src/tools/actparse.c Thu Apr 07 21:42:55 2011 +10001.2 +++ b/src/tools/actparse.c Sat Jan 26 14:00:48 2013 +10001.3 @@ -22,7 +22,7 @@1.4 #include <string.h>1.5 #include <ctype.h>1.6 #include <sys/stat.h>1.7 -#include <glib/gstrfuncs.h>1.8 +#include <glib.h>1.9 #include "tools/gendec.h"1.11 static int add_action( struct action *actions, struct ruleset *rules, char *operation, const char *file, int line, char *action )
.