Blob Blame History Raw
From ba141213c6636584ec3c98035255dea47103a6ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Wed, 15 Feb 2012 15:30:39 +0100
Subject: [PATCH] Include <stddef.h> for offsetof()

---
 src/authplugins/ntlm.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/authplugins/ntlm.cpp b/src/authplugins/ntlm.cpp
index 8e5379b..ba90497 100644
--- a/src/authplugins/ntlm.cpp
+++ b/src/authplugins/ntlm.cpp
@@ -30,6 +30,7 @@
 
 #include <iconv.h>
 
+#include <stddef.h>
 
 // DEFINES
 
-- 
1.7.7.6