1// Copyright 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_
6#define CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_
7
8#if defined(OS_WIN)
9#include <conio.h>
10#elif defined(OS_POSIX)
11#include "cloud_print/gcp20/prototype/conio_posix.h"
12#endif
13
14#endif  // CLOUD_PRINT_GCP20_PROTOTYPE_SPECIAL_H_
15
16