Skip to content

Commit 3dd095d

Browse files
committed
add <optarg.h> to source
1 parent be13970 commit 3dd095d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kc.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
#include <dirent.h>
2+
#include <getopt.h>
23
#include <stdio.h>
34
#include <stdlib.h>
45
#include <string.h>
56
#include <sys/stat.h>
67
#include <time.h>
78
#include <unistd.h>
8-
99
#include "kc.h"
1010

11+
1112
int
1213
find_palettes(void)
1314
{

0 commit comments

Comments
 (0)