sr: zp: Add missing <string.h> #include.

This commit is contained in:
Uwe Hermann 2012-01-31 01:54:08 +01:00
parent fd9836bfab
commit c31e9ef49b
1 changed files with 2 additions and 1 deletions

View File

@ -17,13 +17,14 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/time.h>
#include <inttypes.h>
#include <glib.h>
#include <libusb.h>
#include "config.h"
#include "sigrok.h"
#include "sigrok-internal.h"
#include "analyzer.h"