From 7f2757a7abf8a7f163f533fb6a9d302658afb167 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Sep 2003 22:35:16 +0000 Subject: [PATCH] Expose the time of day setting through the fg_command and property interface so a gui interface can be built. --- src/Main/fg_commands.cxx | 63 ++++++++++++++++++++++++++++++++++++++++ src/Network/props.cxx | 8 +++++ 2 files changed, 71 insertions(+) diff --git a/src/Main/fg_commands.cxx b/src/Main/fg_commands.cxx index 0efd3c09d..50ab54f30 100644 --- a/src/Main/fg_commands.cxx +++ b/src/Main/fg_commands.cxx @@ -25,6 +25,7 @@ #if defined(HAVE_PLIB_PSL) # include #endif +#include