Include <roken.h> before <gssapi.h>

This commit is contained in:
Asanka C. Herath
2010-12-01 17:54:29 -05:00
parent 83745ddc40
commit acc27fd2bd
6 changed files with 6 additions and 6 deletions

View File

@@ -33,10 +33,10 @@
#include "config.h"
#include <roken.h>
#include <stdio.h>
#include <gssapi.h>
#include <err.h>
#include <roken.h>
#include <getarg.h>
#include "test_common.h"