commit ec7df218a75fd5312211513867d986ed8d07f8fc
parent 57e2da0859f4fcea4fd1d352ed09d67f5cc8111e
Author: Michael Rasmussen <mir@datanom.net>
Date: Thu, 17 Apr 2014 16:15:07 +0200
Fix build bug.
addrharvest.c:61: error: redefinition of typedef ‘HeaderEntry’
proctypes.h:58: note: previous declaration of ‘HeaderEntry’ was here
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/addrharvest.c b/src/addrharvest.c
@@ -26,6 +26,7 @@
#include <glib.h>
#include <string.h>
+#include "proctypes.h"
#include "utils.h"
#include "mgutils.h"
#include "addrharvest.h"
@@ -58,7 +59,6 @@ static gchar *_headerTo_ = HEADER_TO;
/*
* Header entry.
*/
-typedef struct _HeaderEntry HeaderEntry;
struct _HeaderEntry {
gchar *header;
gboolean selected;