Skip to content

Commit

Permalink
Fix missing declaration in rtkaio tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab committed Oct 30, 2009
1 parent b0d7e71 commit 56667c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rtkaio/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-10-30 Andreas Schwab <schwab@redhat.com>

* tst-aiod.h: Include <string.h>.

2009-09-30 Andreas Schwab <schwab@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/librtkaio-cancellation.S: New
Expand Down
1 change: 1 addition & 0 deletions rtkaio/tst-aiod.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <fcntl.h>
#include <sys/mman.h>
#include <string.h>
#include <unistd.h>

static int
Expand Down

0 comments on commit 56667c7

Please sign in to comment.