Fixed build warning for implicit declaration

This commit is contained in:
Ian Chamberlain 2015-03-15 00:38:37 -04:00
parent 35ed268144
commit 54d3505a1a
1 changed files with 1 additions and 3 deletions

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)
}
}