types header before regex.h
This commit is contained in:
parent
77e109d9f2
commit
a967ab60a4
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
|
||||
// $Id: RegExp.hh,v 1.2 2003/06/13 11:43:46 fluxgen Exp $
|
||||
// $Id: RegExp.hh,v 1.3 2003/07/10 19:59:21 fluxgen Exp $
|
||||
|
||||
#ifndef REGEXP_HH
|
||||
#define REGEXP_HH
|
||||
|
@ -39,8 +39,8 @@
|
|||
*/
|
||||
|
||||
#ifdef USE_REGEXP
|
||||
#include <regex.h>
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#endif // USE_REGEXP
|
||||
|
||||
class WinClient;
|
||||
|
|
Loading…
Reference in a new issue