summaryrefslogtreecommitdiff
path: root/src/minidentd/mgetuid.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/minidentd/mgetuid.h')
-rw-r--r--src/minidentd/mgetuid.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/minidentd/mgetuid.h b/src/minidentd/mgetuid.h
index 0572385..4b882e4 100644
--- a/src/minidentd/mgetuid.h
+++ b/src/minidentd/mgetuid.h
@@ -3,9 +3,10 @@
#ifndef MGETUID_H
#define MGETUID_H
-#include <skalibs/uint16.h>
+#include <sys/types.h>
+#include <stdint.h>
#include <skalibs/ip46.h>
-extern int mgetuid (ip46_t const *, uint16, ip46_t const *, uint16) ;
+extern uid_t mgetuid (ip46_t const *, uint16_t, ip46_t const *, uint16_t) ;
#endif