mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
Define _GNU_SOURCE properly, other header fixes
This lets -std=c89 build for gcc 8.4.0
This commit is contained in:
@@ -25,9 +25,6 @@
|
||||
#ifndef DROPBEAR_INCLUDES_H_
|
||||
#define DROPBEAR_INCLUDES_H_
|
||||
|
||||
/* uclibc needs _GNU_SOURCE, maybe other things? */
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "options.h"
|
||||
#include "debug.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user