1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-24 10:50:22 +03:00

Fix build warning for libsmbclient example.

Guenther
(This used to be commit 8f411753b2130e9c1f260a15d031f57ba07b62a1)
This commit is contained in:
Günther Deschner 2008-01-08 16:57:16 +01:00
parent bf08d19c23
commit af02de700d

View File

@ -24,6 +24,8 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <gtk/gtk.h>
#include "libsmbclient.h"