egs_prs: The Erlang include file was a full path preventing compilation on most systems.

This commit is contained in:
Loïc Hoguin 2011-01-01 15:20:40 +01:00
parent cedc2f50d7
commit 3a2bb34cbe

View File

@ -19,7 +19,7 @@
along with EGS. If not, see <http://www.gnu.org/licenses/>.
*/
#include "/opt/erlang/lib/erlang/usr/include/erl_nif.h"
#include <erl_nif.h>
extern unsigned long prs_compress(unsigned char* source, unsigned char* dest, unsigned long size);