Skip to content

Commit 6dcb888

Browse files
authored
Merge pull request #25 from flagarde/includes
Add headers
2 parents 6009031 + 87b3f99 commit 6dcb888

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)