Skip to content

Commit

Permalink
time.h is available in NetWare LibC.
Browse files Browse the repository at this point in the history
path sperator has been changed from \ to / while including netware\sendmail_nw.h
  • Loading branch information
Anantha Kesari H Y committed Feb 25, 2005
1 parent 896efd3 commit 147dab1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/sendmail.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
#include <stdlib.h>
#ifndef NETWARE
#include <winsock2.h>
#include "time.h"
#else /* NETWARE */
#include <netware\sendmail_nw.h>
#include <netware/sendmail_nw.h>
#endif /* NETWARE */
#include "time.h"
#include <string.h>
#include <math.h>
#ifndef NETWARE
Expand Down

0 comments on commit 147dab1

Please sign in to comment.