win32 oncrpc environment needx xdr.h before including auth.h
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 28 Aug 2011 09:46:12 +0000 (19:46 +1000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 28 Aug 2011 09:46:12 +0000 (19:46 +1000)
include/libnfs-private.h

index c6a8820f6bcae2b5e10e00f4c56fc7bf3e1194e0..4c8594c72452a2c7903cd4070b7863af12801dc7 100644 (file)
@@ -14,6 +14,7 @@
    You should have received a copy of the GNU Lesser General Public License
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
+#include <rpc/xdr.h>
 #include <rpc/auth.h>
 
 struct rpc_context {