diff options
author | Eric Anholt <eric@anholt.net> | 2008-04-23 11:32:31 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2008-04-23 11:36:03 -0700 |
commit | c1fec43b553ea93460b58995a1229e84d8bb45b4 (patch) | |
tree | 80eb2592e5bfb70ad00abcf15d04a2b0613b9023 /shared-core | |
parent | 8665b666c7e2ecdee7d27e1ad540910a0223ba6d (diff) |
Extend the mmfs basic test to do a couple of ioctls.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/mmfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared-core/mmfs.h b/shared-core/mmfs.h index 4cad3bdc..bc7e991f 100644 --- a/shared-core/mmfs.h +++ b/shared-core/mmfs.h @@ -25,6 +25,8 @@ * */ +#include <sys/ioctl.h> + /** @file mmfs.h * This file provides ioctl and ioctl argument definitions for using the * mmfs device. |