963cdd4291
(Direct Connect GUI). Requested by reed some months ago ;) DC is another file sharing protocol.
13 lines
296 B
Text
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"
|