blob: 4831f3847b2c7ca1be162617a20869160afdc111 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/shcm.cpp 2009-05-25 09:07:19.928704817 +0200
+++ b/shcm.cpp 2009-05-25 09:07:38.225747505 +0200
@@ -19,6 +19,7 @@
****************************************************************************/
#include <stdio.h>
+#include <stdlib.h>
#include <vector>
#include "shcm.h"
|