aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/platform/posix/port.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/platform/posix/port.cc')
-rw-r--r--tensorflow/core/platform/posix/port.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/platform/posix/port.cc b/tensorflow/core/platform/posix/port.cc
index beb340eeec..d786edda70 100644
--- a/tensorflow/core/platform/posix/port.cc
+++ b/tensorflow/core/platform/posix/port.cc
@@ -13,7 +13,7 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
-#include "tensorflow/core/platform/port.h"
+#include "tensorflow/core/platform/types.h"
#if defined(__linux) && !defined(__ANDROID__)
#include <sched.h>
#endif