aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-09-16 13:07:37 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:20 -0400
commit032ee9642b3116d06c455e665a205fb949b74ae9 (patch)
tree4177b23f0f4916d30c50d51b0ae5ab33713e55ff
parent3edb4d77bbdf2da277d1b6e42fa2e46272d16a22 (diff)
downloadduser-032ee9642b3116d06c455e665a205fb949b74ae9.tar.gz
Moved limits.h precedence
-rw-r--r--src/log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/log.c b/src/log.c
index 0d58f54..91f6afc 100644
--- a/src/log.c
+++ b/src/log.c
@@ -24,9 +24,9 @@
#include <stdarg.h>
#include <sys/types.h>
#include <unistd.h>
-#include <limits.h>
#include <errno.h>
#include <time.h>
+#include <limits.h>
#include "duser.h"
extern char logfile[PATH_MAX];