From 01eb3c3b1f031a7dbac0d2ccb14a8dbecdc4fa7b Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 14 Oct 2005 06:24:40 +0000
Subject: [PATCH] #include wrapdll for DLLCALL and DLLEXPORT macros.

---
 src/xpdev/link_list.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/link_list.h b/src/xpdev/link_list.h
index 529471ce62..eb33cdfb39 100644
--- a/src/xpdev/link_list.h
+++ b/src/xpdev/link_list.h
@@ -39,6 +39,7 @@
 #define _LINK_LIST_H
 
 #include <stddef.h>		/* size_t */
+#include "wrapdll.h"
 #include "str_list.h"	/* string list functions and types */
 
 #if defined(LINK_LIST_THREADSAFE)
-- 
GitLab