Changeset - bd41430e9025
[Not reviewed]
default
0 1 0
LordOfWar - 16 years ago 2009-11-11 20:36:25

added more includes to user_mgr so it can build properly ^^
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/user_mgr.c
Show inline comments
 
@@ -17,12 +17,15 @@
 
  along with DistRen.  If not, see <http://www.gnu.org/licenses/>.
 
*/
 

	
 
#include "user_mgr.h"
 
#include "malloc.h"
 
#include <string.h>
 
#include <stdio.h>
 
#include <stdlib.h>
 
#include <unistd.h>
 

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