[Date Prev][Date Next] [Chronological] [Thread] [Top]

subject=(ITS#1423)




-----Original Message-----
From: Johnson, Brian K [mailto:brian.k.johnson@lmco.com]
Sent: Wednesday, November 07, 2001 12:20 AM
To: 'hazsingh@quark.stpm.soft.net'
Subject: mods.c problem


Hi,

I ran into the same problem when compiling 2.0.17 under Windows2000. I
changed the includes section of the mods.c source from:

#include "portable.h"

#include "slap.h"


to:

#include "portable.h"
#include <stdio.h>

#include <ac/string.h>
#include <ac/socket.h>

#include "slap.h"


and the addition of the three includes made the source compile & run.