Changeset d8d5d86f2560e06f92e7d5d0726750eb0e3abea3
- Timestamp:
- 05/09/11 12:04:15
(2 years ago)
- Author:
- Thom May <thom@digital-science.com>
- git-committer:
- Thom May <thom@digital-science.com> 1304942655 +0100
- git-parent:
[b53bf4850c99a79fc2c88183f1f946ea513426ca]
- git-author:
- Thom May <thom@digital-science.com> 1304942655 +0100
- Message:
Include signal.h for SIGQUIT and SIGINT
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ree48b2c |
rd8d5d86 |
|
| 38 | 38 | #include <ctype.h> |
|---|
| 39 | 39 | #include <sys/ioctl.h> |
|---|
| | 40 | #include <signal.h> |
|---|
| 40 | 41 | #ifdef HAVE_SYS_IOCTL_COMPAT_H |
|---|
| 41 | 42 | #include <sys/ioctl_compat.h> |
|---|