blob: 5e87f6c97a5b097d4396b2c306a84fd71e0daf87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- hdf5-1.8.3.orig/src/H5E.c 2009-04-15 19:10:01.081735486 +0100
+++ hdf5-1.8.3/src/H5E.c 2009-04-15 20:02:06.708712912 +0100
@@ -54,6 +54,8 @@
/***********/
/* Headers */
/***********/
+#define _GNU_SOURCE
+#include <stdio.h>
#include "H5private.h" /* Generic Functions */
#include "H5Iprivate.h" /* IDs */
#include "H5Epkg.h" /* Error handling */
|