From 2349f63f2fd06f55ee8644f40ab35132f58cf0b6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 1 Mar 2012 22:12:15 -0800 Subject: [PATCH] zip-writer: Add missing #include . Fixes a broken build on Debian GNU/Linux, mips architecture. --- src/libpspp/zip-writer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libpspp/zip-writer.c b/src/libpspp/zip-writer.c index 01c11d77c0..d626d929b3 100644 --- a/src/libpspp/zip-writer.c +++ b/src/libpspp/zip-writer.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010 Free Software Foundation, Inc. + Copyright (C) 2010, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,6 +19,7 @@ #include "libpspp/zip-writer.h" #include "libpspp/zip-private.h" +#include #include #include #include -- 2.30.2