]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/showmount/showmount.c
Use 65534 for anon uid/gid rather than -2
[nfs-utils.git] / utils / showmount / showmount.c
index 92c6ef963ee0c6c7fead5421b3e4af3ba8518672..8fb58a2c2e1c13c6936a8cdfea9b64b785d56ece 100644 (file)
@@ -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>