summaryrefslogtreecommitdiff
path: root/src/unittest/circletest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/unittest/circletest.cc')
-rw-r--r--src/unittest/circletest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/unittest/circletest.cc b/src/unittest/circletest.cc
index c6fce0f8f..2ee75b6df 100644
--- a/src/unittest/circletest.cc
+++ b/src/unittest/circletest.cc
@@ -29,12 +29,13 @@
*/
#include <fcntl.h>
-#include <iostream.h>
#include <unistd.h>
+#include <iostream>
+
#include "base/circlebuf.hh"
-char *strings[] = {
+const char *strings[] = {
"This is the first test\n",
"he went with his woman to the store\n",
"the man with the bat hit the woman with the hat\n",