about summary refs log tree commit diff stats
path: root/002test.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-01 23:14:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-01 23:14:17 -0700
commitf2043a732479256f8218f5d8418bf9894f846a07 (patch)
tree31932f696cf5fc7d1289d2d3f21a0494e71bc36c /002test.cc
parent65cec710256b93bedda02930195aea77e4bae40d (diff)
downloadmu-f2043a732479256f8218f5d8418bf9894f846a07.tar.gz
3433
Diffstat (limited to '002test.cc')
-rw-r--r--002test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/002test.cc b/002test.cc
index a07d5d9f..9ec5e64d 100644
--- a/002test.cc
+++ b/002test.cc
@@ -110,4 +110,4 @@ void test_is_integer() {
 }
 
 :(before "End Includes")
-#include <cstdlib>
+#include <stdlib.h>