Add missing #include.
* lib/tests/scaffold/55-char-array.c: Add missing #include.
This commit is contained in:
parent
e2dfaef89e
commit
15a39f0efe
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue