summaryrefslogtreecommitdiff
path: root/rdoff/rdlar.h
diff options
context:
space:
mode:
authorKeith Kanios <spook@dynatos.net>2007-04-14 01:24:14 +0000
committerKeith Kanios <spook@dynatos.net>2007-04-14 01:24:14 +0000
commit47776ac52561c4694976bedecbf0e82635370dfc (patch)
tree5cdbb1f5a5cc6d6af098e609888316ce34467ef3 /rdoff/rdlar.h
parentc7ae18dba1c3085dc8cd12a6fdcbfc59eda8bf1c (diff)
downloadnasm-47776ac52561c4694976bedecbf0e82635370dfc.tar.gz
c99 printf/fprintf compliance.
Diffstat (limited to 'rdoff/rdlar.h')
-rw-r--r--rdoff/rdlar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rdoff/rdlar.h b/rdoff/rdlar.h
index f3bec133..ee00f2e8 100644
--- a/rdoff/rdlar.h
+++ b/rdoff/rdlar.h
@@ -6,7 +6,10 @@
#define RDOFF_RDLAR_H 1
#include <inttypes.h>
+
+#ifdef HAVE_CONFIG_H
#include "config.h"
+#endif
/* For non-POSIX operating systems */
#ifndef HAVE_GETUID