Add missing includes.
This commit is contained in:
parent
3ba7bc54c0
commit
4c779b853b
3 changed files with 27 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.10 2011/05/05 23:39:24 gdt Exp $
|
||||
$NetBSD: distinfo,v 1.11 2011/11/25 22:17:07 joerg Exp $
|
||||
|
||||
SHA1 (gutenprint-5.2.7.tar.bz2) = e49c259607dc6372d4f6316a26fb146715c437c8
|
||||
RMD160 (gutenprint-5.2.7.tar.bz2) = 63c6dbc136ac7095c06accf48979a379a923b7de
|
||||
Size (gutenprint-5.2.7.tar.bz2) = 5498414 bytes
|
||||
SHA1 (patch-aa) = 42ed47e6f577b6bf562d05f9685f8ff77dc45f88
|
||||
SHA1 (patch-src_cups_commandtocanon.c) = 3c71c0dff780dabbf50d818478f51df0fe069a5a
|
||||
SHA1 (patch-src_cups_commandtoepson.c) = fa07ef366537ae2f39b3327e0a9bab309c44e52d
|
||||
|
|
12
print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c
Normal file
12
print/gutenprint-lib/patches/patch-src_cups_commandtocanon.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-src_cups_commandtocanon.c,v 1.1 2011/11/25 22:17:08 joerg Exp $
|
||||
|
||||
--- src/cups/commandtocanon.c.orig 2011-11-25 18:21:02.000000000 +0000
|
||||
+++ src/cups/commandtocanon.c
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <cups/cups.h>
|
||||
#include <ctype.h>
|
||||
+#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
12
print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c
Normal file
12
print/gutenprint-lib/patches/patch-src_cups_commandtoepson.c
Normal file
|
@ -0,0 +1,12 @@
|
|||
$NetBSD: patch-src_cups_commandtoepson.c,v 1.1 2011/11/25 22:17:08 joerg Exp $
|
||||
|
||||
--- src/cups/commandtoepson.c.orig 2011-11-25 18:20:47.000000000 +0000
|
||||
+++ src/cups/commandtoepson.c
|
||||
@@ -30,6 +30,7 @@
|
||||
|
||||
#include <cups/cups.h>
|
||||
#include <ctype.h>
|
||||
+#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in a new issue