fixed compilation problems
linking library fok
This commit is contained in:
parent
54a039a60b
commit
76448104b7
2
Makefile
2
Makefile
@ -53,7 +53,7 @@ TEST_LOGGER=./src/logger/lib/test/main.c
|
||||
LIBS_LOGGER=$(LIB_CORE)
|
||||
LIB_LOGGER=-l$(PROJECT_NAME)-logger
|
||||
|
||||
LIBS_CHAT=$(LIB_CORE)
|
||||
LIBS_CHAT=$(LIB_CORE) -lpthread
|
||||
|
||||
# Install Files
|
||||
INSTALL_INCLUDE=/usr/include
|
||||
|
@ -19,6 +19,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
#include <why2/chat/common.h>
|
||||
|
||||
#include <unistd.h>
|
||||
#include <time.h>
|
||||
|
||||
char *read_socket(int socket);
|
||||
void *communicate_thread(void *arg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user