Created
June 29, 2009 15:20
-
-
Save mturquette/137647 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- libnl-1.1/include/netlink-local.h.orig 2009-06-29 10:15:42.093461465 -0500 | |
+++ libnl-1.1/include/netlink-local.h 2009-06-29 10:14:16.109489088 -0500 | |
@@ -12,6 +12,8 @@ | |
#ifndef NETLINK_LOCAL_H_ | |
#define NETLINK_LOCAL_H_ | |
+#include <limits.h> | |
+ | |
#include <stdio.h> | |
#include <errno.h> | |
#include <stdlib.h> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment