summaryrefslogtreecommitdiff
path: root/windows/localhistory.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2012-08-10 22:22:59 +0100
committerVincent Sanders <vince@kyllikki.org>2012-08-10 22:23:22 +0100
commitd6b293001d67e71e751b1d54e4a9dc8529cd29d6 (patch)
tree0abb1a08f73a6d15e5abb240bf3d57329499ad5c /windows/localhistory.c
parent642470fb74c4a3c9e5dd222a64a19da75b807537 (diff)
downloadnetsurf-d6b293001d67e71e751b1d54e4a9dc8529cd29d6.tar.gz
netsurf-d6b293001d67e71e751b1d54e4a9dc8529cd29d6.tar.bz2
fix build warnings
Diffstat (limited to 'windows/localhistory.c')
-rw-r--r--windows/localhistory.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/localhistory.c b/windows/localhistory.c
index d1d533f4e..aad1aa402 100644
--- a/windows/localhistory.c
+++ b/windows/localhistory.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#include "utils/config.h"
+
#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>