summaryrefslogtreecommitdiffstats
path: root/pw/pwupd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pw/pwupd.h')
-rw-r--r--pw/pwupd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw/pwupd.h b/pw/pwupd.h
index a17dacf..a5d6c27 100644
--- a/pw/pwupd.h
+++ b/pw/pwupd.h
@@ -29,13 +29,13 @@
#ifndef _PWUPD_H_
#define _PWUPD_H_
+#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/types.h>
+
#include <pwd.h>
#include <grp.h>
-#include <sys/cdefs.h>
-
#if defined(__FreeBSD__)
#define RET_SETGRENT int
#else