]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Add missing include
authorMichael Brown <mcb30@etherboot.org>
Mon, 15 Jan 2007 08:44:05 +0000 (08:44 +0000)
committerMichael Brown <mcb30@etherboot.org>
Mon, 15 Jan 2007 08:44:05 +0000 (08:44 +0000)
src/core/nvo.c

index 24fb1e65f81205b9e2b1ca446dab18c3e5f8c012..14ed4e194b130d62d29aacab761cbc2a3009ad7b 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <stdint.h>
 #include <string.h>
+#include <errno.h>
 #include <gpxe/dhcp.h>
 #include <gpxe/nvs.h>
 #include <gpxe/nvo.h>