diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/util.h b/include/util.h index ee25be12e..559d0b9a0 100644 --- a/include/util.h +++ b/include/util.h @@ -30,7 +30,7 @@ #include "errors.h" #include "types.h" #include "mpi.h" - +#include "compat.h" typedef struct { int *argc; /* pointer to argc (value subject to change) */ @@ -164,7 +164,6 @@ int answer_is_yes( const char *s ); int answer_is_yes_no_quit( const char *s ); int answer_is_okay_cancel (const char *s, int def_answer); int match_multistr(const char *multistr,const char *match); -int hextobyte( const char *s ); /*-- strgutil.c --*/ void free_strlist( STRLIST sl ); |