Skip to content

Commit

Permalink
rlm_sql.h should include radiusd.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 23, 2013
1 parent be27033 commit 5db4467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/rlm_sql/rlm_sql.h
Expand Up @@ -10,10 +10,10 @@

RCSIDH(rlm_sql_h, "$Id$")

#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/connection.h>
#include <freeradius-devel/modpriv.h>


#define MAX_QUERY_LEN 4096

#define PW_ITEM_CHECK 0
Expand All @@ -28,7 +28,7 @@ typedef enum {
RLM_SQL_RECONNECT = 1
} sql_rcode_t;

typedef char** rlm_sql_row_t;
typedef char **rlm_sql_row_t;

/*
* Sections where we dynamically resolve the config entry to use,
Expand Down

0 comments on commit 5db4467

Please sign in to comment.