mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Fix headers.
This commit is contained in:
@@ -15,11 +15,16 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "../aaruremote.h"
|
||||
#include "../endian.h"
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user