1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

String.h for linux

This commit is contained in:
Peter Boyle 2020-06-20 09:37:31 -04:00
parent 1a74816c25
commit 0d2f913a1a

View File

@ -28,6 +28,8 @@ Author: paboyle <paboyle@ph.ed.ac.uk>
/* END LEGAL */
#pragma once
#include <string.h>
#ifdef HAVE_MALLOC_MALLOC_H
#include <malloc/malloc.h>
#endif