Skip to content

Commit ec0f605

Browse files
committed
svlogd.c: add missing header.
1 parent 35a2124 commit ec0f605

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/svlogd.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <dirent.h>
99
#include <unistd.h>
1010
#include <stdio.h>
11+
#include <string.h>
1112
#include "pmatch.h"
1213
#include "fmt_ptime.h"
1314
#include "alloc.h"

0 commit comments

Comments
 (0)