summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7fa270a)
raw | patch | inline | side by side (parent: 7fa270a)
author | niki <niki> | |
Wed, 14 Dec 2005 13:48:25 +0000 (13:48 +0000) | ||
committer | niki <niki> | |
Wed, 14 Dec 2005 13:48:25 +0000 (13:48 +0000) |
maybe we should start including common.h instead and do all fancy #if/#endif there.
src/users.h | patch | blob | history |
diff --git a/src/users.h b/src/users.h
index c250f6cef8346309502997775009a7c1e8f88def..02f23dcdc27147cc58d6dd8866dbd6756dbde0a5 100644 (file)
--- a/src/users.h
+++ b/src/users.h
#ifndef USERS_H
#define USERS_H 1
-#include "config.h"
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
#if !defined(HAVE_UTMPX_H) || !defined(HAVE_GETUTXENT)
#undef HAVE_UTMPX_H