diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-12-19 23:42:46 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-12-19 23:42:46 +0000 |
commit | a646e38f03921d9b91366efa57826c94f0893299 (patch) | |
tree | bc7bbe6c3d31584b075c4ea3f3f057ce1b153a21 /src/crypto/chap.c | |
parent | b613086bfe77e0d1afd3f88a7ddfc6501a43200d (diff) | |
download | ipxe-a646e38f03921d9b91366efa57826c94f0893299.tar.gz |
Use stdlib.h for malloc() instead of malloc.h.
Diffstat (limited to 'src/crypto/chap.c')
-rw-r--r-- | src/crypto/chap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/chap.c b/src/crypto/chap.c index 6064a30a6..6bebaca5a 100644 --- a/src/crypto/chap.c +++ b/src/crypto/chap.c @@ -21,7 +21,6 @@ #include <string.h> #include <errno.h> #include <assert.h> -#include <malloc.h> #include <gpxe/crypto.h> #include <gpxe/chap.h> |