Skip to content

Commit

Permalink
Added #include <time.h> for AIX.
Browse files Browse the repository at this point in the history
svn path=/trunk/; revision=937
  • Loading branch information
gilramir committed Oct 27, 1999
1 parent f494dfa commit aad98c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packet-smb.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Routines for smb packet dissection
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
*
* $Id: packet-smb.c,v 1.33 1999/10/26 21:30:11 sharpe Exp $
* $Id: packet-smb.c,v 1.34 1999/10/27 19:30:23 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
Expand Down Expand Up @@ -39,6 +39,7 @@
# include <netinet/in.h>
#endif

#include <time.h>
#include <string.h>
#include <glib.h>
#include "packet.h"
Expand Down

0 comments on commit aad98c9

Please sign in to comment.