opnsense-ports/graphics/urt/files/patch-lib__Runput.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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"