Add missing includes

Include string.h and stdio.h explicitly.
This commit is contained in:
Romain Vimont
2018-05-13 15:33:13 +02:00
parent 78da66f126
commit 435a7fe314
4 changed files with 4 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
#include <assert.h>
#include <string.h>
#include "controlevent.h"

View File

@@ -1,4 +1,5 @@
#include <assert.h>
#include <string.h>
#include "controlevent.h"