~ubuntu-branches/ubuntu/wily/mongrel2/wily

« back to all changes in this revision

Viewing changes to src/io.c

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2013-06-03 16:30:11 UTC
  • Revision ID: package-import@ubuntu.com-20130603163011-hysu6gxi3kdzen6l
Tags: 1.8.1-devel-20130603-1
Initial release (Closes: #590629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include "register.h"
42
42
#include "mem/halloc.h"
43
43
#include "dbg.h"
44
 
#include "polarssl/havege.h"
45
 
#include "polarssl/ssl.h"
 
44
#include <polarssl/havege.h>
 
45
#include <polarssl/ssl.h>
46
46
#include "task/task.h"
47
47
#include "adt/darray.h"
48
48