1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-24 18:25:23 +01:00

Adjusted CMakeLists.txt to allow #include <pinproc.h> to work.

This commit is contained in:
Gerry Stellenberg
2010-12-27 12:05:34 -06:00
parent cc1ba5295d
commit f3ad533059
2 changed files with 3 additions and 3 deletions

View File

@@ -28,12 +28,12 @@
* libpinproc
*/
#include "../include/pinproc.h"
#include "PRDevice.h"
#include <pinproc.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "PRDevice.h"
#define MAX_TEXT (1024)