From: Ben Pfaff Date: Fri, 2 Mar 2012 06:12:15 +0000 (-0800) Subject: zip-writer: Add missing #include . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2349f63f2fd06f55ee8644f40ab35132f58cf0b6;p=pspp zip-writer: Add missing #include . Fixes a broken build on Debian GNU/Linux, mips architecture. --- 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