Skip to content

Instantly share code, notes, and snippets.

@brantfaircloth
Created March 13, 2010 06:58
Show Gist options
  • Save brantfaircloth/331171 to your computer and use it in GitHub Desktop.
Save brantfaircloth/331171 to your computer and use it in GitHub Desktop.
climm-nameser_compat.patch
--- src/io/io_dns.c 2009-05-17 16:06:46.000000000 -0700
+++ ../climm-0.7-patched/src/io/io_dns.c 2010-01-31 16:11:18.000000000 -0800
@@ -37,7 +37,7 @@
#include <netinet/in.h>
#endif
#if HAVE_ARPA_NAMESER_H
-#include <arpa/nameser.h>
+#include <arpa/nameser_compat.h>
#endif
#if HAVE_RESOLV_H
#include <resolv.h>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment