Browse Source

Merge topic 'pgi-linux-ppc64le'

574666b6cb librhash: Avoid incorrect int8_t definition with PGI on Linux ppc64le

Acked-by: Kitware Robot <[email protected]>
Merge-request: !2275
Brad King 7 years ago
parent
commit
5d995d7fdc
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Utilities/cmlibrhash/librhash/rhash.c

+ 2 - 0
Utilities/cmlibrhash/librhash/rhash.c

@@ -18,6 +18,8 @@
 #define _LARGEFILE64_SOURCE
 #define _FILE_OFFSET_BITS 64
 
+#include "ustd.h"   /* Need this first within CMake.  */
+
 #include <string.h> /* memset() */
 #include <stdlib.h> /* free() */
 #include <stddef.h> /* ptrdiff_t */