Skip to content

Commit 87b3f99

Browse files
committed
Add headers
1 parent ff43d4e commit 87b3f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/util.h

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
#ifndef PRIVATE_UTIL_H__
1010
#define PRIVATE_UTIL_H__
1111

12+
#include <stddef.h>
13+
#include <stdint.h>
14+
1215
extern void ntlm_memzero(void *data, size_t size);
1316
extern uint64_t ntlm_htonll(uint64_t value);
1417

0 commit comments

Comments
 (0)