fix build on FreeBSD due to usage of Dl_info

pull/348/head
rofl0r 2020-09-05 14:36:05 +01:00
parent 0ee5db605b
commit acf2f4725d
1 changed files with 1 additions and 4 deletions

View File

@ -7,10 +7,7 @@
* *
***************************************************************************/
#undef _POSIX_C_SOURCE
#define _POSIX_C_SOURCE 200112L
#undef _XOPEN_SOURCE
#define _XOPEN_SOURCE 600
#define _DEFAULT_SOURCE
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>