summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attr.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/attr.c b/src/attr.c
index c0ba938..55a80d6 100644
--- a/src/attr.c
+++ b/src/attr.c
@@ -6,10 +6,9 @@
* by the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*/
-
+#include <limits.h> /* for INT_MAX */
#include <libmnl/libmnl.h>
#include <string.h>
-#include <values.h> /* for INT_MAX */
#include <errno.h>
#include "internal.h"