diff options
-rw-r--r-- | source3/libsmb/libsmb_thread_posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/libsmb_thread_posix.c b/source3/libsmb/libsmb_thread_posix.c index 411ffbdfbb..6519659c25 100644 --- a/source3/libsmb/libsmb_thread_posix.c +++ b/source3/libsmb/libsmb_thread_posix.c @@ -17,8 +17,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <pthread.h> #include "includes.h" +#include <pthread.h> #include "libsmbclient.h" #include "libsmb_internal.h" |