Skip to content

Commit

Permalink
Merge pull request #9 from jubalh/declaration-2
Browse files Browse the repository at this point in the history
Drivers/nn: Include string.h
  • Loading branch information
lurcher authored Feb 26, 2018
2 parents 3e372f4 + b257744 commit 33e213f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Drivers/nn/nnconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
# include <stdlib.h>
# include <errno.h>
# include <sys/types.h>
# include <string.h>

# define MEM_ALLOC(size) (malloc((size_t)(size)))
# define MEM_FREE(ptr) {if(ptr) free(ptr);}
Expand Down

0 comments on commit 33e213f

Please sign in to comment.