diff options
Diffstat (limited to '')
-rw-r--r-- | src/sat.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -19,11 +19,10 @@ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ -#include <errno.h> - #include "parse_time.h" #include "client.h" #include "common.h" +#include <errno.h> |