daemon: app_supervisor.c: Include config.h to have _GNU_SOURCE always defined first. Necessary to get working some GNU extensions

This commit is contained in:
Nikita Zlobin 2010-10-20 17:02:32 +06:00
parent 45c73b34ac
commit 6e2e650bb5
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@
* 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "config.h" /* Get _GNU_SOURCE defenition first to have some GNU extension available */
#include <sys/types.h>
#include <signal.h>