summaryrefslogtreecommitdiffstats
path: root/utils/showmount/showmount.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/showmount/showmount.c')
-rw-r--r--utils/showmount/showmount.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/showmount/showmount.c b/utils/showmount/showmount.c
index 92c6ef9..8fb58a2 100644
--- a/utils/showmount/showmount.c
+++ b/utils/showmount/showmount.c
@@ -13,7 +13,9 @@
* GNU General Public License for more details.
*/
-#include "config.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include <stdio.h>
#include <rpc/rpc.h>