diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 10:51:18 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-29 10:51:18 +0000 |
commit | 726e4bceb8bf5b8123eda80e45a9fdeb016f3790 (patch) | |
tree | 32ed745d6aeb44b4c130f647e49d6627320a3857 /lib/mesa/src/util/xmlconfig.h | |
parent | 5c0a71df6e14d3ae04cc0faa6dad6e5d0a01d27a (diff) |
Import Mesa 18.3.2
Diffstat (limited to 'lib/mesa/src/util/xmlconfig.h')
-rw-r--r-- | lib/mesa/src/util/xmlconfig.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/mesa/src/util/xmlconfig.h b/lib/mesa/src/util/xmlconfig.h index 77aa14c20..cc8c6ef09 100644 --- a/lib/mesa/src/util/xmlconfig.h +++ b/lib/mesa/src/util/xmlconfig.h @@ -32,6 +32,7 @@ #include "util/mesa-sha1.h" #include "util/ralloc.h" +#include <string.h> #define STRING_CONF_MAXLEN 25 @@ -101,10 +102,11 @@ void driParseOptionInfo (driOptionCache *info, const char *configOptions); /** \brief Initialize option cache from info and parse configuration files * - * To be called in <driver>CreateContext. screenNum and driverName select - * device sections. */ + * To be called in <driver>CreateContext. screenNum, driverName and + * kernelDriverName select device sections. */ void driParseConfigFiles (driOptionCache *cache, const driOptionCache *info, - int screenNum, const char *driverName); + int screenNum, const char *driverName, + const char *kernelDriverName); /** \brief Destroy option info * * To be called in <driver>DestroyScreen */ |