aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bufferarray.cc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bufferarray.cc')
-rw-r--r--lib/bufferarray.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/bufferarray.cc b/lib/bufferarray.cc
index 65f2acf..a060af6 100644
--- a/lib/bufferarray.cc
+++ b/lib/bufferarray.cc
@@ -21,9 +21,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-
-#include <stream.h>
-#include <iomanip.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "bufferstore.h"
#include "bufferarray.h"