Browse Source

call.h now include media_socket.h to reflect the move of the stream_fd struct

pull/245/head
Eric Green 10 years ago
parent
commit
c8bf1a7da2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      daemon/call.h

+ 1
- 0
daemon/call.h View File

@ -17,6 +17,7 @@
#include <pcap.h>
#include "compat.h"
#include "socket.h"
#include "media_socket.h"
#define UNDEFINED ((unsigned int) -1)
#define TRUNCATED " ... Output truncated. Increase Output Buffer ... \n"


Loading…
Cancel
Save