diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2004-05-09 00:21:31 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2004-05-09 00:21:31 +0000 |
commit | ae9e56a7b15b4ddd014b30229ad4e4bcafe836e3 (patch) | |
tree | 4520e46a900bc7975c5dcaff7c088d5cdd832f4d /cups | |
parent | d30e0b53fd418d8a7485d9f8a7b08a5024fde52e (diff) |
Add missing include of sys/socket.h
Diffstat (limited to 'cups')
-rw-r--r-- | cups/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/main.c b/cups/main.c index 352ea4ea..d43f631b 100644 --- a/cups/main.c +++ b/cups/main.c @@ -37,6 +37,7 @@ #include <stdlib.h> #include <string.h> #include <signal.h> +#include <sys/socket.h> #include <bluetooth/bluetooth.h> #include <bluetooth/sdp.h> |