Added include files.

This commit is contained in:
Benedikt Oswald
2008-02-20 14:19:29 +00:00
parent 6888d0cd6f
commit 37a9b877aa
3 changed files with 5 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ AC_PREREQ(2.59)
# The AC_CONFIG_HEADERS macro selects this kind of output.
AC_CONFIG_HEADER(config.h)
CFLAGS=-fPIC
###############################################################################
################# --enable-xxx and --with-xxx Argument ########################
###############################################################################
+1
View File
@@ -35,6 +35,7 @@
\defgroup h5fed_c_api H5Fed C API
*/
#include <stdarg.h>
#include <hdf5.h>
#include "h5/h5.h"
#include "h5/h5_private.h"
+1
View File
@@ -14,6 +14,7 @@
*/
#include <stdarg.h>
#include <hdf5.h>
#include "h5/h5.h"
#include "h5/h5_private.h"