Skip to content

Commit

Permalink
include stdint.h too
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 18, 2017
1 parent 42a8c61 commit 2c8ede3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/include/talloc.h
Expand Up @@ -18,6 +18,7 @@

#include <talloc.h>
#include <stdbool.h>
#include <stdint.h>
#include <ctype.h>

void *talloc_null_ctx(void);
Expand Down

0 comments on commit 2c8ede3

Please sign in to comment.