summaryrefslogtreecommitdiff
path: root/utils/mount/error.c
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2008-03-26 09:51:27 -0400
committerSteve Dickson <steved@redhat.com>2008-03-26 09:51:27 -0400
commit2cce0cbf10de524e869aa46a5c6996d3ed74917b (patch)
tree5d1181109449622b32818f125e3a776d34a99049 /utils/mount/error.c
parent65329342f5d66074e2fa31116c7c5aaa47776fcb (diff)
parent3899db6d602901523d6db6e2280c3bffd6c9ed63 (diff)
downloadnfs-utils-pseudo-v4root.tar.gz
Merge git://linux-nfs.org/~steved/nfs-utils-exp into pseudo-v4rootpseudo-v4root
Diffstat (limited to 'utils/mount/error.c')
-rw-r--r--utils/mount/error.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/mount/error.c b/utils/mount/error.c
index 10d4ed2..23a91ff 100644
--- a/utils/mount/error.c
+++ b/utils/mount/error.c
@@ -23,7 +23,10 @@
* + Proper support for internationalization
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <unistd.h>
#include <sys/types.h>
#include <stdio.h>