seqlua
diff seqlua_c_example.c @ 50:45855c3e5cb8
Use angle brackets to include seqlualib.h in seqlua_c_example.c and adjusted Makefile accordingly
| author | jbe |
|---|---|
| date | Mon Aug 25 12:12:29 2014 +0200 (2014-08-25) |
| parents | 44880bcfc323 |
| children | 3362ec36cb09 |
line diff
1.1 --- a/seqlua_c_example.c Mon Aug 25 12:03:02 2014 +0200 1.2 +++ b/seqlua_c_example.c Mon Aug 25 12:12:29 2014 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 #include <lua.h> 1.5 #include <lauxlib.h> 1.6 -#include "seqlualib.h" 1.7 +#include <seqlualib.h> 1.8 #include <stdio.h> 1.9 1.10 int seqlua_c_example_printcsv(lua_State *L) {