~ubuntu-branches/ubuntu/hardy/gnupg/hardy-updates

« back to all changes in this revision

Viewing changes to cipher/random.c

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2006-12-12 15:56:56 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20061212155656-kk00wp4x0uq4tm1y
Tags: upstream-1.4.6
ImportĀ upstreamĀ versionĀ 1.4.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
#include <sys/times.h>
47
47
#endif
48
48
#ifdef HAVE_GETTIMEOFDAY
49
 
#include <sys/times.h>
 
49
#include <sys/time.h>
50
50
#endif
51
51
#ifdef HAVE_TIMES
52
52
#include <sys/times.h>