summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-04-27 13:12:53 +0300
committerAlon Levy <alevy@redhat.com>2011-04-27 13:12:53 +0300
commit37b1d20a57d7a6b5a2efc622b628230a16be8e3e (patch)
tree406d3fab632a305ca8266d58f95fddd8829fc5ca
parentb8b8754421f98cc6edc7993e5b65b9228102bcd1 (diff)
qxl.h: double include protection
-rw-r--r--src/qxl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/qxl.h b/src/qxl.h
index 60a1046..9451d05 100644
--- a/src/qxl.h
+++ b/src/qxl.h
@@ -20,6 +20,9 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
+#ifndef QXL_H
+#define QXL_H
+
#include "config.h"
#include <stdint.h>
@@ -331,3 +334,5 @@ void qxl_mem_free_all (struct qxl_mem *mem);
void * qxl_allocnf (qxl_screen_t *qxl,
unsigned long size);
int qxl_garbage_collect (qxl_screen_t *qxl);
+
+#endif // QXL_H