summaryrefslogtreecommitdiff
path: root/roaming_client.c
diff options
context:
space:
mode:
authordtucker <dtucker>2010-01-08 09:09:01 +0000
committerdtucker <dtucker>2010-01-08 09:09:01 +0000
commitc00cf86e6928aebab5cce81820ebdaeff089e651 (patch)
tree02cfba754c3ba985064e36bf405d065bdb6648f6 /roaming_client.c
parent3d3a1a699e18558d688feefbd762e7401f9f5258 (diff)
downloadopenssh-c00cf86e6928aebab5cce81820ebdaeff089e651.tar.gz
- (dtucker] [misc.c] Shrink the area covered by USE_ROUTINGDOMAIN more
to eliminate an unused variable warning.
Diffstat (limited to 'roaming_client.c')
-rw-r--r--roaming_client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/roaming_client.c b/roaming_client.c
index b77dbd59..cfa57f61 100644
--- a/roaming_client.c
+++ b/roaming_client.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/queue.h>
#include <sys/types.h>
#include <sys/socket.h>