diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 19:16:51 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-02-11 19:16:51 +0000 |
commit | a2a5254675a6b7ef0f7da9caa76c028b7c526502 (patch) | |
tree | f59099012a84e11edfdf5f936068555135cdc1dc /hw/dmx | |
parent | d6337c83241f0fa4bb03039a9767b58d8a1a7c91 (diff) |
Add <string.h>, <stdlib.h>, and <stdio.h> to clear undefined function
warnings after the removal of libcwrapper headers.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/config/scanner.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/dmx/config/scanner.l b/hw/dmx/config/scanner.l index ec450243a..cef99d088 100644 --- a/hw/dmx/config/scanner.l +++ b/hw/dmx/config/scanner.l @@ -40,6 +40,7 @@ #include "dmxparse.h" #include "parser.h" #include <string.h> +#include <stdlib.h> #include <ctype.h> static int getdimension(int token, const char *text, int leng); static int getstring(int token, const char *text, int leng); |