regnual: add missing header

regnual.c:32:1: note: ‘memset’ is declared in header ‘<string.h>’
This commit is contained in:
Bertrand Jacquin
2021-04-28 13:11:28 +01:00
committed by NIIBE Yutaka
parent db2527459f
commit 2a72f3df08
2 changed files with 6 additions and 0 deletions

View File

@@ -10,6 +10,10 @@
attribute, which may cause GC. Note that flash_enum_write needs
to call flash_enum_clear beforehand.
2021-04-28 Bertrand Jacquin <bertrand@jacquin.bzh>
* regnual/regnual.c: Include <string.h>.
2021-04-02 NIIBE Yutaka <gniibe@fsij.org>
* VERSION: 1.2.18.

View File

@@ -26,6 +26,8 @@
* ReGNUal
*/
#include <string.h>
#include "types.h"
#include "usb_lld.h"
#include "sys.h"