aboutsummaryrefslogtreecommitdiff
path: root/srcpkgs/minicom/patches/musl-sys_param_h.patch
blob: be395faa80ddd76b543c013024be37abf3f2b89d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
MAXNAMLEN is defined in sys/param.h

--- a/src/getsdir.c	2011-02-14 11:07:00.000000000 +0100
+++ b/src/getsdir.c	2015-06-22 02:47:36.263541750 +0200
@@ -28,6 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <errno.h>