diff options
-rw-r--r-- | include/sltdl/sltdl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sltdl/sltdl.h b/include/sltdl/sltdl.h index 2b9d399..cc3c58e 100644 --- a/include/sltdl/sltdl.h +++ b/include/sltdl/sltdl.h @@ -20,6 +20,8 @@ extern "C" { /* */ /**********************************************************************/ +#define LT_PATHSEP_CHAR ':' + typedef struct lt_modctx * lt_dlhandle; typedef struct lt_modctl * lt_dladvise; |