Minor changes due to pobj file location changes.

This commit is contained in:
Gilad Arnold 2004-12-14 01:36:48 +00:00
parent 8137a0914d
commit 87403264f5
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include "pobj.h"
#include "common.h"
#include <pobj/pobj.h>
struct item {

View file

@ -3,8 +3,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "pobj.h"
#include "common.h"
#include <pobj/pobj.h>
#define MAX_MSG_SIZE 128