summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2013-11-01 23:46:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2013-11-01 23:46:14 (GMT)
commit3e31bb85410531a65f773e3222877da735ef27a0 (patch)
tree6d40f1b6109202fb82456c5aeb260810143ae818
parent3d5aa0440f457cefec75fee5f3782a054b9a30e5 (diff)
downloadhdf5-3e31bb85410531a65f773e3222877da735ef27a0.zip
hdf5-3e31bb85410531a65f773e3222877da735ef27a0.tar.gz
hdf5-3e31bb85410531a65f773e3222877da735ef27a0.tar.bz2
[svn-r24399] Removed the need to include getopt.h which is already defined in POSIX.2.
unistd.h includes getopt definitions. Test: h5committest being run--it passes the make part already.
-rw-r--r--test/use.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/use.h b/test/use.h
index ec556b1..2d7c36d 100644
--- a/test/use.h
+++ b/test/use.h
@@ -20,7 +20,6 @@
#include <sys/wait.h>
#include <stdio.h>
#include <stdlib.h>
-#include <getopt.h>
#include <string.h>
#include "hdf5.h"