blob: 2a53babb2510226e510b5c93cde07807158cc25e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/cdb.c
+++ b/cdb.c
@@ -21,6 +21,8 @@
#include <stdarg.h>
#include <fcntl.h>
#include <errno.h>
+#include <sys/types.h> /* umask() */
+#include <sys/stat.h> /* umask() */
#include "cdb.h"
#ifndef EPROTO
|