Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only try to load winpthread on windows
[simgrid.git] / src / bindings / java / jtrace.c
index 4e602b4..3f923e6 100644 (file)
@@ -1,6 +1,6 @@
 /* Java Wrappers to the TRACE API.                                           */
 
-/* Copyright (c) 2012-2014. The SimGrid Team.
+/* Copyright (c) 2012-2015. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -10,7 +10,7 @@
 // It will be great that a JNI expert gives a look to validate it - Adrien ;)
 
 #include "jtrace.h"
-#include <instr/instr.h>
+#include <simgrid/instr.h>
 
 /* Shut up some errors in eclipse online compiler. I wish such a pimple wouldn't be needed */
 #ifndef JNIEXPORT