diff options
author | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-07-31 14:33:36 +0200 |
---|---|---|
committer | Maarten Lankhorst <maarten.lankhorst@canonical.com> | 2014-08-04 09:22:00 +0200 |
commit | 56c4857f1763b40e566839bdc6fa14f873baf9b8 (patch) | |
tree | 05afffa22d868c8fcf44d4d4ced528b642ca1b8a /nouveau/private.h | |
parent | 5d8357976a84396ebe10ed5a0d6ba1b79ccdcf2e (diff) | |
download | libdrm-56c4857f1763b40e566839bdc6fa14f873baf9b8.tar.gz libdrm-56c4857f1763b40e566839bdc6fa14f873baf9b8.tar.bz2 libdrm-56c4857f1763b40e566839bdc6fa14f873baf9b8.zip |
nouveau: Only export public functions.
This hides all the abi16_* functions and the nouveau_debug variable,
they should have been private to begin with.
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'nouveau/private.h')
-rw-r--r-- | nouveau/private.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nouveau/private.h b/nouveau/private.h index 4f337ad1..bf9db042 100644 --- a/nouveau/private.h +++ b/nouveau/private.h @@ -1,6 +1,7 @@ #ifndef __NOUVEAU_LIBDRM_PRIVATE_H__ #define __NOUVEAU_LIBDRM_PRIVATE_H__ +#include <libdrm.h> #include <xf86drm.h> #include <xf86atomic.h> #include <pthread.h> |