Skip to content

Commit 3ec1836

Browse files
committed
Fix incorrect include
1 parent fc000d9 commit 3ec1836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/getopt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#include <stdlib.h>
3030
#include <string.h>
3131

32-
#include "compat.h"
32+
#include "oscap-tool.h"
3333

3434

3535
#ifdef _LIBC

0 commit comments

Comments
 (0)