2015-03-30 13:39:58 +02:00
|
|
|
---
|
2016-02-01 17:10:03 +01:00
|
|
|
utils/lacheck/lacheck.l | 1 +
|
2015-03-30 13:39:58 +02:00
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
--- utils/lacheck/lacheck.l
|
|
|
|
+++ utils/lacheck/lacheck.l 2016-01-28 12:07:17.472961598 +0000
|
2023-03-27 11:44:28 +02:00
|
|
|
@@ -126,6 +126,7 @@
|
2011-12-20 18:29:17 +01:00
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <string.h>
|
|
|
|
+#include <unistd.h>
|
|
|
|
|
2016-02-01 17:10:03 +01:00
|
|
|
/* #include <sys/param.h> */
|
|
|
|
|