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:
@@ -1,9 +1,9 @@
|
||||
#ifndef DBMALLOC_H_
|
||||
#define DBMALLOC_H_
|
||||
|
||||
#include "stdint.h"
|
||||
#include "stdlib.h"
|
||||
#include "options.h"
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
void * m_malloc(size_t size);
|
||||
void * m_calloc(size_t nmemb, size_t size);
|
||||
|
||||
Reference in New Issue
Block a user