Skip to content

Commit 6efe869

Browse files
authored
Update decodequery.h
1 parent e24bda2 commit 6efe869

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/decodequery.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,10 @@
1111
#ifndef DECODE_QUERY
1212
#define DECODE_QUERY
1313

14+
#include <errno.h> //errno
15+
#include <stdio.h> //printf,memcpy,memmove
16+
#include <stdlib.h> //malloc,bsearch
17+
#include <string.h> //strcpy,strchr,strtoul,strncmp,strlen
18+
#include <ctype.h> //isxdigit
19+
1420
#endif

0 commit comments

Comments
 (0)