blob: 29de8f1381b6ddc6dce8adb1d555057c43abcc84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/data_blob.h
+++ b/data_blob.h
@@ -23,7 +23,7 @@
#ifndef _SAMBA_DATABLOB_H_
#define _SAMBA_DATABLOB_H_
-#include <talloc.h>
+//#include <talloc.h>
#include <stdint.h>
/* used to hold an arbitrary blob of data */
|