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:
Carl Worth
2010-07-20 15:56:02 -07:00
committed by Ian Romanick
parent d80dcaf427
commit 942ccc5170

View File

@@ -21,7 +21,7 @@
* DEALINGS IN THE SOFTWARE.
*/
#include <talloc.h>
#include "glcpp.h"
void *
xtalloc_named_const (const void *context, size_t size, const char *name)