Skip to content

Commit

Permalink
Move time.h include to the header, to resolve freebsd10 build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarta committed Mar 1, 2016
1 parent 38ca7f7 commit 68ae86a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythtv/eithelper.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// -*- Mode: c++ -*-

// Std C headers
#include <time.h>

// Std C++ headers
#include <algorithm>
using namespace std;
Expand Down
2 changes: 2 additions & 0 deletions mythtv/libs/libmythtv/eithelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
#ifndef EIT_HELPER_H
#define EIT_HELPER_H

// Std C headers
#include <stdint.h>
#include <time.h>

// Qt includes
#include <QDateTime>
Expand Down

0 comments on commit 68ae86a

Please sign in to comment.