From 9e946cd05a4c30203bf95ce0cfe1a1fdf9f891ba Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 16 Apr 2014 00:12:02 +0200 Subject: add missed inclusion guard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/blueshift_w32gdi_c.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src') diff --git a/src/blueshift_w32gdi_c.h b/src/blueshift_w32gdi_c.h index c6c6909..540930b 100644 --- a/src/blueshift_w32gdi_c.h +++ b/src/blueshift_w32gdi_c.h @@ -14,6 +14,10 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ +#ifndef BLUESHIFT_W32GDI_C_H +#define BLUESHIFT_W32GDI_C_H + + #include #include @@ -74,3 +78,6 @@ int blueshift_w32gdi_apply(int use_crtc, uint16_t* rgb_curves); */ void blueshift_w32gdi_close(void); + +#endif + -- cgit v1.2.3-70-g09d2