forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
303 B
C
12 lines
303 B
C
--- lib/Runput.c.orig 1992-01-29 03:17:40.000000000 +0900
|
|
+++ lib/Runput.c 2012-10-15 21:59:43.000000000 +0900
|
|
@@ -90,7 +90,8 @@
|
|
* follow the last byte in the run.
|
|
*/
|
|
|
|
-#include "stdio.h"
|
|
+#include <stdio.h>
|
|
+#include <string.h>
|
|
#include "rle_put.h"
|
|
#include "rle.h"
|
|
#include "rle_code.h"
|