update(add) packaging directory and spec file from OBSTF:Private, OBS
[external/ragel.git] / test / union.rl
index 8be02e2..41e24bf 100644 (file)
@@ -6,6 +6,7 @@
 #include <iostream>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 
 using namespace std;
 
@@ -114,7 +115,7 @@ int Concurrent::finish( )
        return 0;
 }
 
-void test( char *buf )
+void test( const char *buf )
 {
        Concurrent concurrent;
        concurrent.init();