diff options
author | Anselm R Garbe <anselm@garbe.us> | 2010-11-20 09:25:04 +0000 |
---|---|---|
committer | Anselm R Garbe <anselm@garbe.us> | 2010-11-20 09:25:04 +0000 |
commit | 22cf9626c770cef164de5254169abb1031e8e000 (patch) | |
tree | 67a4a44efbe4ab4262a2fd4f6ec7ef385980876a /dmenu_path.c | |
parent | 9e13ecabe883a18234eadaf9a3beb01f745ff2ba (diff) |
fixed dist target bug
Diffstat (limited to 'dmenu_path.c')
-rw-r--r-- | dmenu_path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dmenu_path.c b/dmenu_path.c index 15d0da0..8df2667 100644 --- a/dmenu_path.c +++ b/dmenu_path.c @@ -1,5 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include <dirent.h> +#include <limits.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |