diff options
author | 2010-01-17 20:15:47 +0000 | |
---|---|---|
committer | 2010-01-17 20:15:47 +0000 | |
commit | 9f669d0121360b80266eaf56eaea98b9078980dd (patch) | |
tree | 0f8f9bf2e01437c8155bef339b209d1b5ca490c4 /src/lib/util/options.c | |
parent | 5eebfe6ba6220c9ae48ed76d1d2e979df8a23ea3 (diff) |
lib/util now includes stdlib.h where needed
Diffstat (limited to 'src/lib/util/options.c')
-rw-r--r-- | src/lib/util/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/util/options.c b/src/lib/util/options.c index aeb6d187467..cab6714ac7d 100644 --- a/src/lib/util/options.c +++ b/src/lib/util/options.c @@ -38,6 +38,7 @@ ***************************************************************************/ #include <stdarg.h> +#include <stdlib.h> #include <ctype.h> #include "options.h" #include "astring.h" |