Implicit stdlib declaration
All checks were successful
JCS-Prod/RSE-Model/pipeline/pr-master This commit looks good

This commit is contained in:
JackCarterSmith 2022-08-13 16:48:36 +02:00
parent b72b2eba71
commit 6d3beabb5e
Signed by: JackCarterSmith
GPG Key ID: 832E52F4E23F8F24
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,8 @@
*
*/
#include <stdlib.h>
#ifndef RSPMODELLIB_ERRORS_H_
#define RSPMODELLIB_ERRORS_H_

View File

@ -7,6 +7,7 @@
*
*/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "config.h"