do not assume <netmls/mpls.h> will pull in <limits.h> via <sys/param.h>
authorderaadt <deraadt@openbsd.org>
Thu, 15 Jan 2015 23:51:04 +0000 (23:51 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 15 Jan 2015 23:51:04 +0000 (23:51 +0000)
get <limits.h> directly.
ok millert

usr.sbin/ldpctl/ldpctl.c

index 135bf96..c6e4660 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: ldpctl.c,v 1.16 2013/11/14 20:48:52 deraadt Exp $
+/*     $OpenBSD: ldpctl.c,v 1.17 2015/01/15 23:51:04 deraadt Exp $
  *
  * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
  * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -33,6 +33,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <limits.h>
 
 #include "ldp.h"
 #include "ldpd.h"