Browse Source

Merge pull request #7 from AMDmi3/patch-1

Include stdint.h for intXX_t
Georgi Chorbadzhiyski 5 years ago
parent
commit
a03865a9bf
No account linked to committer's email address
2 changed files with 2 additions and 0 deletions
  1. 1
    0
      tsdata.h
  2. 1
    0
      tsfuncs.h

+ 1
- 0
tsdata.h View File

@@ -10,6 +10,7 @@
10 10
 
11 11
 #include <netdb.h>
12 12
 #include <time.h>
13
+#include <stdint.h>
13 14
 
14 15
 #ifndef FREE
15 16
 	#define FREE(x) if(x) { free(x); x=NULL; }

+ 1
- 0
tsfuncs.h View File

@@ -10,6 +10,7 @@
10 10
 
11 11
 #include <time.h>
12 12
 #include <netdb.h>
13
+#include <stdint.h>
13 14
 
14 15
 #include "tsdata.h"
15 16
 

Loading…
Cancel
Save