1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Merge pull request #915 from ian-h-chamberlain/warningfix

Fixed build warning for implicit declaration
This commit is contained in:
Ted John
2015-03-15 20:14:33 +00:00

View File

@@ -18,9 +18,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*****************************************************************************/
#ifdef _MSC_VER
#include <time.h>
#endif
#include <argparse/argparse.h>
#include "addresses.h"
#include "cmdline.h"
@@ -114,4 +112,4 @@ static void print_launch_information()
printf("Time: %s\n", buffer);
// TODO Print other potential information (e.g. user, hardware)
}
}