diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-29 18:05:31 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-29 18:05:31 +0800 |
commit | 37118395fe5e62a5085e12eca913f1807d5762ed (patch) | |
tree | 03615efdb69b60709c40289042ce6753b5ea3b07 | |
parent | 397b5c1115beea6efff6c4299d42168d0fd9cd8f (diff) |
stdio.h & time.h are always needed
-rw-r--r-- | pikul.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,8 +1,6 @@ -#if defined DEBUG || defined LOG_PATH #include <stdio.h> -#include <time.h> -#endif #include <string.h> +#include <time.h> #include <stdbool.h> #include "private.h" |