Update all #include directives to the currently preferred style.
[pspp-builds.git] / src / data / psql-reader.h
index bd83accb73f1c69ec2be870556b8f4e8a65d2b50..8fd584c60cdb7cbf7ad1695bf3d6de5e21b1fc6e 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPP - a program for statistical analysis.
-   Copyright (C) 2008 Free Software Foundation, Inc.
+   Copyright (C) 2008, 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
@@ -18,7 +18,7 @@
 #define PSQL_READER_H 1
 
 #include <stdbool.h>
-#include <libpspp/str.h>
+#include "libpspp/str.h"
 
 struct casereader;
 
@@ -28,6 +28,7 @@ struct psql_read_info
   struct string sql;
   bool allow_clear;
   int str_width;
+  int bsize;
 };
 
 struct dictionary;