summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2006-12-08 02:21:13 +0100
committerMichael Brown2006-12-08 02:21:13 +0100
commite106a39ce8440725f058c563a6874c1d923a97bb (patch)
tree0a70d969b9eda815d550ba4b19e975be4d7e35bf /src/include
parentAdded strdup() (diff)
downloadipxe-e106a39ce8440725f058c563a6874c1d923a97bb.tar.gz
ipxe-e106a39ce8440725f058c563a6874c1d923a97bb.tar.xz
ipxe-e106a39ce8440725f058c563a6874c1d923a97bb.zip
Added missing include of stdint.h
Diffstat (limited to 'src/include')
-rw-r--r--src/include/vsprintf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/vsprintf.h b/src/include/vsprintf.h
index d5018d7cc..bba9b9df7 100644
--- a/src/include/vsprintf.h
+++ b/src/include/vsprintf.h
@@ -31,6 +31,7 @@
*
*/
+#include <stdint.h>
#include <stdarg.h>
#define PRINTF_NO_LENGTH ( ( size_t ) -1 )