Skip to content
Snippets Groups Projects
Commit 6b7c06e0 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 1999-09-20 08:36:35 by panne]

Need sys/types.h for off_t
parent ef76f766
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: filePosn.c,v 1.4 1999/09/19 19:20:50 sof Exp $
* $Id: filePosn.c,v 1.5 1999/09/20 08:36:35 panne Exp $
*
* hGetPosn and hSetPosn Runtime Support
*/
......@@ -9,6 +9,10 @@
#include "Rts.h"
#include "stgio.h"
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
StgInt
getFilePosn(ptr)
StgForeignPtr ptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment