Skip to content
Snippets Groups Projects
Commit 4fbb30c2 authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

Linux compilation

parent 277bdc95
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
</parent>
<groupId>fr.soleil.device</groupId>
<artifactId>AcquireWaveformLecroy-${aol}-${mode}</artifactId>
<version>1.1.10</version>
<version>1.1.11</version>
<packaging>nar</packaging>
<name>AcquireWaveformLecroy</name>
<description>AcquireWaveformLecroy device</description>
......
......@@ -26,6 +26,7 @@
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <stdio.h>
#include <sys/select.h>
#include <sys/types.h>
......
......@@ -15,6 +15,7 @@
#include "Waveform.h"
#include "SocketLecroy.h"
#include <iostream>
#include <string.h>
//using namespace std;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment