aboutsummaryrefslogtreecommitdiff
path: root/src/gdbm.h.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-07-07 09:36:22 +0300
committerSergey Poznyakoff <gray@gnu.org>2021-07-07 09:36:22 +0300
commit1967040e5a8900e0f71bfb33daac9ef363ffbe5d (patch)
treee6f641d4e023210313233082cde24cf129882313 /src/gdbm.h.in
parentab9dff7ced3ea9a458bfae0caf339aaa5a77521f (diff)
downloadgdbm-1967040e5a8900e0f71bfb33daac9ef363ffbe5d.tar.gz
gdbm-1967040e5a8900e0f71bfb33daac9ef363ffbe5d.tar.bz2
Fix https://puszcza.gnu.org.ua/bugs/?515
* src/gdbm.h.in: Include sys/types.h
Diffstat (limited to 'src/gdbm.h.in')
-rw-r--r--src/gdbm.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gdbm.h.in b/src/gdbm.h.in
index be6a11a..b1aaabc 100644
--- a/src/gdbm.h.in
+++ b/src/gdbm.h.in
@@ -30,6 +30,7 @@
# define _GDBM_H_
# include <stdio.h>
+# include <sys/types.h>
/* GDBM C++ support */
# if defined(__cplusplus) || defined(c_plusplus)

Return to:

Send suggestions and report system problems to the System administrator.