summaryrefslogtreecommitdiff
path: root/hw/dmx
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-02-11 19:16:51 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-02-11 19:16:51 +0000
commita2a5254675a6b7ef0f7da9caa76c028b7c526502 (patch)
treef59099012a84e11edfdf5f936068555135cdc1dc /hw/dmx
parentd6337c83241f0fa4bb03039a9767b58d8a1a7c91 (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.l1
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);