glcpp: Add missing include in xtalloc.c
Without this, the compiler was legitimately complaining about missing declarations for all of the functions being defined here.
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
* DEALINGS IN THE SOFTWARE.
|
* DEALINGS IN THE SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <talloc.h>
|
#include "glcpp.h"
|
||||||
|
|
||||||
void *
|
void *
|
||||||
xtalloc_named_const (const void *context, size_t size, const char *name)
|
xtalloc_named_const (const void *context, size_t size, const char *name)
|
||||||
|
Reference in New Issue
Block a user