X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fdata-io%2Ffile-handle.h;h=2dfb5e16ff18b845b3b45f15670fe909fd23b503;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=86518f7327f8a025b3b4ef50b320d1dd2ce89995;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;p=pspp-builds.git diff --git a/src/language/data-io/file-handle.h b/src/language/data-io/file-handle.h index 86518f73..2dfb5e16 100644 --- a/src/language/data-io/file-handle.h +++ b/src/language/data-io/file-handle.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 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 @@ -21,7 +21,7 @@ #include #include -#include +#include "data/file-handle-def.h" struct lexer ; struct file_handle *fh_parse (struct lexer *, enum fh_referent);