diff mbox

v4l-utils: libdvbv5: fix compilation issue

Message ID 53874874.90402@redembedded.com (mailing list archive)
State New, archived
Headers show

Commit Message

Rob Barker May 29, 2014, 2:47 p.m. UTC
Removed unnecessary header file to fix issue with some compilers.

Signed-off-by: Rob Barker <robert.barker@redembedded.com>
---

Red Embedded

This E-mail and any attachments hereto are strictly confidential and intended solely for the addressee. If you are not the intended addressee please notify the sender by return and delete the message.

You must not disclose, forward or copy this E-mail or attachments to any third party without the prior consent of the sender.

Red Embedded Consulting, Company Number 06688270 Registered in England: The Waterfront, Salts Mill Rd, Saltaire, BD17 7EZ
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/lib/include/libdvbv5/descriptors.h
b/lib/include/libdvbv5/descriptors.h
index 94d85a9..cda958e 100644
--- a/lib/include/libdvbv5/descriptors.h
+++ b/lib/include/libdvbv5/descriptors.h
@@ -26,7 +26,6 @@ 
  #ifndef _DESCRIPTORS_H
  #define _DESCRIPTORS_H

-#include <arpa/inet.h>
  #include <unistd.h>
  #include <stdint.h>
--
Rob Barker