diff options
| author | Michael Brown | 2006-12-08 02:21:13 +0100 |
|---|---|---|
| committer | Michael Brown | 2006-12-08 02:21:13 +0100 |
| commit | e106a39ce8440725f058c563a6874c1d923a97bb (patch) | |
| tree | 0a70d969b9eda815d550ba4b19e975be4d7e35bf /src/include | |
| parent | Added strdup() (diff) | |
| download | ipxe-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.h | 1 |
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 ) |
