source:
scripts/untested/blfs-patches/nas-1.7-header.patch@
d285e92
Last change on this file since d285e92 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 774 bytes |
-
server/dia/main.c
diff -Naur nas-1.7.orig/server/dia/main.c nas-1.7/server/dia/main.c
old new 52 52 */ 53 53 54 54 #include <stdio.h> 55 #include <stdlib.h> 55 56 #include <audio/audio.h> 56 57 #include <audio/Aproto.h> 57 58 #include "NasConfig.h" -
server/os/connection.c
diff -Naur nas-1.7.orig/server/os/connection.c nas-1.7/server/os/connection.c
old new 79 79 #include <netdb.h> 80 80 #endif 81 81 82 82 #include <stdio.h> 83 #include <sys/socket.h> 84 #include <netinet/in.h> 85 #include <arpa/inet.h> 83 86 84 87 #include <audio/audio.h> 85 88 #include <audio/Aproto.h>
Note:
See TracBrowser
for help on using the repository browser.