summaryrefslogtreecommitdiff
path: root/rdoff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-05-26 23:45:30 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-05-26 23:45:30 +0000
commitccfd9e2950d3c1345d087a9b5301a8fb33b4b9da (patch)
treea93a37bf6714b7d2017c5d7fbe7eaf37ba4d7e37 /rdoff
parent8e5c45959a71a2fe41c2a8c2a17af1190e8a45df (diff)
downloadnasm-ccfd9e2950d3c1345d087a9b5301a8fb33b4b9da.tar.gz
This file needs <stdlib.h>
Diffstat (limited to 'rdoff')
-rw-r--r--rdoff/rdflib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rdoff/rdflib.c b/rdoff/rdflib.c
index 1f19913e..cdbc20aa 100644
--- a/rdoff/rdflib.c
+++ b/rdoff/rdflib.c
@@ -23,6 +23,7 @@
* content size, followed by data.
*/
+#include <stdlib.h>
#include <stdio.h>
#include <errno.h>
#include <string.h>