1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-10 04:00:28 +00:00
Files
Richard Purdie b64e3318f7 Add procps from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-08-19 17:10:08 +01:00

14 lines
259 B
Diff

diff --git a/pwdx.c b/pwdx.c
index cb96a52..29ebce2 100644
--- a/pwdx.c
+++ b/pwdx.c
@@ -13,7 +13,7 @@
#include <stdlib.h>
#include <sys/types.h>
#include <regex.h>
-#include <limits.h>
+#include <linux/limits.h>
#include <unistd.h>
#include <errno.h>