diff options
author | Steve Dickson <steved@redhat.com> | 2008-03-26 09:51:27 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2008-03-26 09:51:27 -0400 |
commit | 2cce0cbf10de524e869aa46a5c6996d3ed74917b (patch) | |
tree | 5d1181109449622b32818f125e3a776d34a99049 /utils/mount/error.c | |
parent | 65329342f5d66074e2fa31116c7c5aaa47776fcb (diff) | |
parent | 3899db6d602901523d6db6e2280c3bffd6c9ed63 (diff) | |
download | nfs-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.c | 5 |
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> |