From: Brian Paul Date: Sat, 12 Feb 2000 15:55:34 +0000 (+0000) Subject: always include X-Git-Tag: 062012170305~28401 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e39ed58116bec6c938cbda42e2021ff29823a122;p=profile%2Fivi%2Fmesa.git always include --- diff --git a/src/mesa/main/glheader.h b/src/mesa/main/glheader.h index 7041f79..afe9e3a 100644 --- a/src/mesa/main/glheader.h +++ b/src/mesa/main/glheader.h @@ -1,10 +1,10 @@ -/* $Id: glheader.h,v 1.3 1999/11/12 18:23:47 brianp Exp $ */ +/* $Id: glheader.h,v 1.4 2000/02/12 15:55:34 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.3 * - * Copyright (C) 1999 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -47,13 +47,14 @@ #else #include #include -#include #include #include #include #include #include #endif +#include + #ifdef HAVE_CONFIG_H #include "conf.h"