Commit 88468313 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Fixed missing include for Linux

parent bc7aedbf
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define VHDLSTRING_H #define VHDLSTRING_H
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
/** @brief Minimal string class with std::string like behaviour that fulfills the JavaCC /** @brief Minimal string class with std::string like behaviour that fulfills the JavaCC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment