blob: c29d5ed6aba612253395bf08f9089de4375704f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ac,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
--- srvmain.cpp.orig 2003-05-31 11:55:08.000000000 -0400
+++ srvmain.cpp 2003-05-31 11:55:47.000000000 -0400
@@ -28,7 +28,10 @@
*/
#include "main.h"
+
+#ifndef __NetBSD__
#include "md5.h"
+#endif
#include "m_upload.h"
#include "m_chat.h"
|