freebsd-ports/graphics/urt/files/patch-lib__Runput.c
Marcelo Araujo 94e79576fb - Fix build with clang.
- Add MAKE_JOBS_SAFE.
- Trim header.
- Convert to optionsNG.

PR:		ports/172717
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-01-21 03:31:56 +00: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"