pkgsrc/net/dctc/patches/patch-ak
wiz 963cdd4291 Initial import of dctc (Direct Connect Text Client) and its GUI, dc_gui
(Direct Connect GUI). Requested by reed some months ago ;)
DC is another file sharing protocol.
2002-09-11 20:47:14 +00:00

13 lines
296 B
Text

$NetBSD: patch-ak,v 1.1.1.1 2002/09/11 20:47:15 wiz Exp $
--- src/user_manage.c.orig Sun Jul 28 07:18:48 2002
+++ src/user_manage.c
@@ -5,7 +5,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <db.h>
+#include <db4/db.h>
#include <glib.h>
#include "user_manage.h"