aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2025-03-24 07:56:00 +0200
committerSergey Poznyakoff <gray@gnu.org>2025-03-24 07:56:00 +0200
commit39ef0347f78ef691c9ad815360198f577043ce4c (patch)
tree9334371ff44df586e238be831be894f63d56fc39
parentfc11336920e5d7cb3a161bf7070a1a13ec9b7d4d (diff)
downloadgdbm-39ef0347f78ef691c9ad815360198f577043ce4c.tar.gz
gdbm-39ef0347f78ef691c9ad815360198f577043ce4c.tar.bz2
Add missing include
* tools/gdbmapp.h: Include sys/types.h
-rw-r--r--tools/gdbmapp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gdbmapp.h b/tools/gdbmapp.h
index 3ea826b..e20253a 100644
--- a/tools/gdbmapp.h
+++ b/tools/gdbmapp.h
@@ -16,6 +16,7 @@
#include <stdlib.h>
#include <stdarg.h>
+#include <sys/types.h>
#include "gettext.h"
#ifdef HAVE_LOCALE_H
# include <locale.h>

Return to:

Send suggestions and report system problems to the System administrator.