]> Joshua Wise's Git repositories - netwatch.git/blobdiff - include/elf.h
add elf loader to grub boot; doesn't do aseg opening yet (todo!)
[netwatch.git] / include / elf.h
index 7240b699cfc5ce1d42d6a5ca191afd3b493aee76..0d5abbd0f72edd850c80994fc2ccc4ed76c28e91 100644 (file)
@@ -21,7 +21,9 @@
 #ifndef _ELF_H
 #define        _ELF_H 1
 
+#ifndef MINILIB
 #include <stdint.h>
+#endif
 
 /* Standard ELF types.  */
 
This page took 0.021971 seconds and 4 git commands to generate.