9988fcfe40
ok simon@, kili@
21 lines
492 B
Plaintext
21 lines
492 B
Plaintext
$OpenBSD: patch-conversions_c,v 1.9 2009/04/25 20:08:44 martynas Exp $
|
|
--- conversions.c.orig Thu Mar 19 13:16:44 2009
|
|
+++ conversions.c Thu Apr 23 15:08:30 2009
|
|
@@ -31,7 +31,7 @@
|
|
#include <errno.h>
|
|
#include <libxml/HTMLparser.h>
|
|
#include <langinfo.h>
|
|
-/*#include <md5.h>*/
|
|
+#include <md5.h>
|
|
|
|
#include "os-support.h"
|
|
|
|
@@ -51,7 +51,6 @@
|
|
#include "ui-support.h"
|
|
#include "setup.h"
|
|
#include "digcalc.h"
|
|
-#include "md5.h"
|
|
#include "io-internal.h"
|
|
|
|
extern struct entity *first_entity;
|