fix implicit declaration
This commit is contained in:
parent
59f4dabc9f
commit
d091329513
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/09/26 14:30:29 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2011/09/29 08:56:13 jasper Exp $
|
||||
|
||||
COMMENT= gtk-based git repository viewer
|
||||
CATEGORIES= devel x11
|
||||
GNOME_VERSION= 0.5
|
||||
GNOME_PROJECT= giggle
|
||||
REVISION= 6
|
||||
REVISION= 7
|
||||
|
||||
SHARED_LIBS += giggle 0.0 # 0.0
|
||||
SHARED_LIBS += giggle-git 0.0 # 0.0
|
||||
|
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-libgiggle-git_giggle-git-revisions_c,v 1.1 2011/09/29 08:56:13 jasper Exp $
|
||||
|
||||
Fix implicit declaration.
|
||||
|
||||
--- libgiggle-git/giggle-git-revisions.c.orig Thu Sep 29 10:49:09 2011
|
||||
+++ libgiggle-git/giggle-git-revisions.c Thu Sep 29 10:49:21 2011
|
||||
@@ -21,6 +21,7 @@
|
||||
#include "config.h"
|
||||
#include "giggle-git-revisions.h"
|
||||
#include <string.h>
|
||||
+#include <stdio.h>
|
||||
|
||||
|
||||
enum {
|
Loading…
Reference in New Issue
Block a user