1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add missed #include "support.h" into uploadWizard.c, so that there is no

undefined reference to screem_show_warning() function.

Prompted by:	John Merryweather Cooper <john_m_cooper@yahoo.com>
This commit is contained in:
Maxim Sobolev 2001-12-12 04:53:52 +00:00
parent 4839f602eb
commit fe9c80cfd0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51374
4 changed files with 28 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= screem
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.screem.org/src/ \

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1
+++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19
@@ -53,6 +53,7 @@
/* screem stuff */
#include "site.h"
+#include "support.h"
#include "uploadWizard.h"
int my_abortable_transfer_wrapper(struct site *site,

View File

@ -7,7 +7,7 @@
PORTNAME= screem
PORTVERSION= 0.4.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= www gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.screem.org/src/ \

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- plugins/uploadWizard/uploadWizard.c 2001/12/12 04:27:17 1.1
+++ plugins/uploadWizard/uploadWizard.c 2001/12/12 04:28:19
@@ -53,6 +53,7 @@
/* screem stuff */
#include "site.h"
+#include "support.h"
#include "uploadWizard.h"
int my_abortable_transfer_wrapper(struct site *site,