dont override PATH_MAX, include limits.h

Signed-off-by: Christoph Lohmann <20h@r-36.net>
master
Hiltjo Posthuma 2020-04-29 18:58:30 +02:00 committed by Christoph Lohmann
parent ed63e58c93
commit 652effdccb
1 changed files with 1 additions and 2 deletions

View File

@ -2,13 +2,12 @@
* See LICENSE for license details.
*/
#include <unistd.h>
#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include <err.h>
#include <string.h>
#define PATH_MAX 128
char buf[PATH_MAX];
/* from git://bitreich.org/utf8expr */