summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2015-02-25 13:17:40 +1100
committerDarren Tucker <dtucker@zip.com.au>2015-02-25 13:17:40 +1100
commita47ead7c95cfbeb72721066c4da2312e5b1b9f3d (patch)
treed12a2441c07710025ca17b971173411280a95b62
parent38806bda6d2e48ad32812b461eebe17672ada771 (diff)
Add includes.h for compatibility stuff.
-rw-r--r--cipher-aesctr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher-aesctr.c b/cipher-aesctr.c
index 5957f4bb..eed95c3e 100644
--- a/cipher-aesctr.c
+++ b/cipher-aesctr.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <string.h>