author | Ben Pfaff <blp@cs.stanford.edu> | 2011年05月07日 13:02:34 -0700 |
---|---|---|
committer | Ben Pfaff <blp@cs.stanford.edu> | 2011年05月07日 13:02:34 -0700 |
commit | e9cbda0449c8c50c2295e14737b875cc34751d55 (patch) | |
tree | c0207a60d46515606ffc4e37245fff9654ac31e2 /src/libpspp/ext-array.c | |
parent | ddc91d774720aceb968939b57692d144daf9f6a7 (diff) | |
download | pspp-e9cbda0449c8c50c2295e14737b875cc34751d55.tar.gz |
-rw-r--r-- | src/libpspp/ext-array.c | 3 |
diff --git a/src/libpspp/ext-array.c b/src/libpspp/ext-array.c index b1eded3a3..68bbe954f 100644 --- a/src/libpspp/ext-array.c +++ b/src/libpspp/ext-array.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2007, 2009, 2010, 2011 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 @@ -30,6 +30,7 @@ #include "libpspp/temp-file.h" #include "gl/error.h" +#include "gl/unlocked-io.h" #include "gl/xalloc.h" #include "gettext.h" |