Add missing #include.

* lib/tests/scaffold/55-char-array.c: Add missing #include.
This commit is contained in:
Danny Milosavljevic 2019-03-15 16:13:16 +01:00 committed by Jan Nieuwenhuizen
parent 215a12703c
commit 9847e2c224
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
* You should have received a copy of the GNU General Public License
* along with GNU Mes. If not, see <http://www.gnu.org/licenses/>.
*/
#include <string.h>
#include <mes/lib-mini.h>
char g_hello[] = "hello\n" "world\n";