Skip to content

Commit 355daf1

Browse files
committed
Add missing headers
Needed when compiling with gcc. Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 62f4f34 commit 355daf1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gpu_cfg_generator.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#include <stdio.h>
22
#include <stdarg.h>
33
#include <stddef.h>
4+
#include <stdint.h>
5+
#include <stdlib.h>
46
#include <unistd.h>
7+
#include <string.h>
58
#include <ctype.h>
69

710
#include "crc.h"

0 commit comments

Comments
 (0)