summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--siphash.h2
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,6 @@
-Sat Nov 10 00:19:09 2012 NAKAMURA Usaku <[email protected]>
- * siphash.h: include inttypes.h only when HAVE_INTTYPES_H is defined.
Fri Nov 9 23:33:05 2012 Nobuyoshi Nakada <[email protected]>
@@ -1,7 +1,9 @@
#ifndef SIPHASH_H
#define SIPHASH_H 1
#include <stdlib.h>
#include <stdint.h>
#ifdef HAVE_INTTYPES_H
#include <inttypes.h>
#endif