1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Include stdint

This commit is contained in:
James Booth 2014-06-01 22:53:30 +01:00
parent 575b6acdd2
commit 21af901fe4

View File

@ -24,6 +24,7 @@
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>