egs_prs: The Erlang include file was a full path preventing compilation on most systems.
This commit is contained in:
parent
cedc2f50d7
commit
3a2bb34cbe
@ -19,7 +19,7 @@
|
|||||||
along with EGS. If not, see <http://www.gnu.org/licenses/>.
|
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);
|
extern unsigned long prs_compress(unsigned char* source, unsigned char* dest, unsigned long size);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user