mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 00:51:54 +08:00
14 lines
294 B
Diff
14 lines
294 B
Diff
diff --git a/data_blob.h b/data_blob.h
|
|
index 3d96147..c20749d 100644
|
|
--- 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 */
|