Skip to content

Commit c2c396f

Browse files
committed
Add include for config.h
1 parent f229fad commit c2c396f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/util.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
#include <stdlib.h>
55

6+
#include "config.h"
7+
68
#ifndef HAVE_STRNCHR
79
const char* strnchr(const char* str, size_t len, int character);
810
#endif /* HAVE_STRNCHR */

0 commit comments

Comments
 (0)