diff options
author | Darren Tucker <dtucker@zip.com.au> | 2015-02-25 13:17:40 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2015-02-25 13:17:40 +1100 |
commit | a47ead7c95cfbeb72721066c4da2312e5b1b9f3d (patch) | |
tree | d12a2441c07710025ca17b971173411280a95b62 /cipher-aesctr.c | |
parent | 38806bda6d2e48ad32812b461eebe17672ada771 (diff) |
Add includes.h for compatibility stuff.
Diffstat (limited to 'cipher-aesctr.c')
-rw-r--r-- | cipher-aesctr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher-aesctr.c b/cipher-aesctr.c index 5957f4bb4..eed95c3e6 100644 --- a/cipher-aesctr.c +++ b/cipher-aesctr.c | |||
@@ -15,6 +15,8 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "includes.h" | ||
19 | |||
18 | #include <sys/types.h> | 20 | #include <sys/types.h> |
19 | #include <string.h> | 21 | #include <string.h> |
20 | 22 | ||