Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/ibm-public/postfix/dist/src/local Include "defer.h"...



details:   https://anonhg.NetBSD.org/src/rev/bba768a0e36b
branches:  trunk
changeset: 777396:bba768a0e36b
user:      tron <tron%NetBSD.org@localhost>
date:      Fri Feb 17 09:17:22 2012 +0000

description:
Include "defer.h" to get the prototype for defer_append().

diffstat:

 external/ibm-public/postfix/dist/src/local/unknown.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 21749931a1d5 -r bba768a0e36b external/ibm-public/postfix/dist/src/local/unknown.c
--- a/external/ibm-public/postfix/dist/src/local/unknown.c      Fri Feb 17 08:45:11 2012 +0000
+++ b/external/ibm-public/postfix/dist/src/local/unknown.c      Fri Feb 17 09:17:22 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: unknown.c,v 1.1.1.3 2012/02/17 08:36:10 tron Exp $     */
+/*     $NetBSD: unknown.c,v 1.2 2012/02/17 09:17:22 tron Exp $ */
 
 /*++
 /* NAME
@@ -74,6 +74,7 @@
 #include <mail_addr.h>
 #include <sent.h>
 #include <deliver_pass.h>
+#include <defer.h>
 
 /* Application-specific. */
 



Home | Main Index | Thread Index | Old Index