Skip to content

Commit dde7f7b

Browse files
committed
netabootwrap: Include stdlib.h for exit()
1 parent 58e4d8d commit dde7f7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netabootwrap.c

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#include <asm/console.h>
33
#include "system.h"
44
#include <stdio.h>
5+
#include <stdlib.h>
56
#include <fcntl.h>
67
#include <string.h>
78
#include <sys/stat.h>

0 commit comments

Comments
 (0)