Reduce differences with root_skels in contrib.
[dragonfly.git] / contrib / bsdinstaller-1.1.6 / ports / devel / lua50-compat51 / files / patch-compat-5.1.c
1 --- compat-5.1.c.orig   Mon Apr  4 17:35:33 2005
2 +++ compat-5.1.c        Mon Apr  4 17:35:51 2005
3 @@ -1,7 +1,7 @@
4  #include <stdio.h>
5  #include <string.h>
6 -#include "lua.h"
7 -#include "lauxlib.h"
8 +#include "lua50/lua.h"
9 +#include "lua50/lauxlib.h"
10  #include "compat-5.1.h"
11  
12  static void getfield(lua_State *L, const char *name) {