Changeset - d22de5b63412
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-11-27 20:49:26
ohnobinki@ohnopublishing.net
fix includes
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/user_mgr.c
Show inline comments
 
@@ -17,6 +17,9 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#include "asprintf.h"
 
#include "user_mgr.h"
 

	
 
#include <malloc.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
@@ -30,8 +33,6 @@
 
#include <libxml/xmlwriter.h>
 
#include <libxml/xmlreader.h>
 

	
 
#include "user_mgr.h"
 

	
 
struct user_mgr_info
 
{
 
	struct user *user_array;
0 comments (0 inline, 0 general)