diff src/includes.h @ 382:c378e9d03f37

start parsing spf txt records
author Carl Byington <carl@five-ten-sg.com>
date Mon, 06 Mar 2017 12:21:05 -0800
parents f7c5cfb76e86
children 69d33c034a8e
line wrap: on
line diff
--- a/src/includes.h	Tue Feb 28 17:02:07 2017 -0800
+++ b/src/includes.h	Mon Mar 06 12:21:05 2017 -0800
@@ -24,6 +24,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include <string>
+#include <stdint.h>
 
 #include "tokenizer.h"
 #include "context.h"