diff options
author | Alon Levy <alevy@redhat.com> | 2011-04-27 13:12:53 +0300 |
---|---|---|
committer | Alon Levy <alevy@redhat.com> | 2011-04-27 13:12:53 +0300 |
commit | 37b1d20a57d7a6b5a2efc622b628230a16be8e3e (patch) | |
tree | 406d3fab632a305ca8266d58f95fddd8829fc5ca /src | |
parent | b8b8754421f98cc6edc7993e5b65b9228102bcd1 (diff) |
qxl.h: double include protection
Diffstat (limited to 'src')
-rw-r--r-- | src/qxl.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |