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

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