app/parse-datetime.h: Add #pragma once

This commit is contained in:
Matthew Leeds 2020-03-11 16:45:15 -07:00 committed by Alexander Larsson
parent 84c68ad501
commit 2005a52498

View File

@ -16,6 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
#pragma once
#include <stdbool.h>
#include <time.h>